Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v8 (#5232)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency pytest to v8

* Build catalog when the ingestion server changes

---------

Co-authored-by: Dhruv Bhanushali <[email protected]>
  • Loading branch information
openverse-bot and dhruvkb authored Dec 3, 2024
1 parent d545ccf commit 4c9ca83
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 375 deletions.
7 changes: 6 additions & 1 deletion automations/python/workflows/set_matrix_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ def ser_set(x):
build_matrix["image"] |= {"upstream_db", "catalog"}
publish_matrix["image"].add("catalog")
if "ingestion_server" in changes:
build_matrix["image"] |= {"upstream_db", "ingestion_server", "api"}
build_matrix["image"] |= {
"upstream_db",
"ingestion_server",
"api",
"catalog",
}
publish_matrix["image"].add("ingestion_server")
if "indexer_worker" in changes:
build_matrix["image"] |= {"upstream_db", "catalog_indexer_worker", "api"}
Expand Down
2 changes: 1 addition & 1 deletion ingestion_server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
ipython = "~=8.16"
pytest = "~=7.4"
pytest = "~=8.3"
pytest-order = "~=1.1"
pytest-sugar = "~=0.9"
remote-pdb = "~=2.1"
Expand Down
Loading

0 comments on commit 4c9ca83

Please sign in to comment.