Skip to content

Commit 4c9ca83

Browse files
chore(deps): update dependency pytest to v8 (#5232)
* chore(deps): update dependency pytest to v8 * Build catalog when the ingestion server changes --------- Co-authored-by: Dhruv Bhanushali <dhruv_b@live.com>
1 parent d545ccf commit 4c9ca83

File tree

3 files changed

+366
-375
lines changed

3 files changed

+366
-375
lines changed

automations/python/workflows/set_matrix_images.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ def ser_set(x):
9898
build_matrix["image"] |= {"upstream_db", "catalog"}
9999
publish_matrix["image"].add("catalog")
100100
if "ingestion_server" in changes:
101-
build_matrix["image"] |= {"upstream_db", "ingestion_server", "api"}
101+
build_matrix["image"] |= {
102+
"upstream_db",
103+
"ingestion_server",
104+
"api",
105+
"catalog",
106+
}
102107
publish_matrix["image"].add("ingestion_server")
103108
if "indexer_worker" in changes:
104109
build_matrix["image"] |= {"upstream_db", "catalog_indexer_worker", "api"}

ingestion_server/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = true
55

66
[dev-packages]
77
ipython = "~=8.16"
8-
pytest = "~=7.4"
8+
pytest = "~=8.3"
99
pytest-order = "~=1.1"
1010
pytest-sugar = "~=0.9"
1111
remote-pdb = "~=2.1"

0 commit comments

Comments
 (0)