File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- image : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:39628f6e89c9cad27973b9a39a50f7052bec0435ee58c7027b4fa6b655943e31
1+ image : us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
22libraries :
33 - id : google-cloud-bigquery
44 version : 3.38.0
Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ def default(session, install_extras=True):
9595
9696 # Install all test dependencies, then install local packages in-place.
9797 session .install (
98- "pytest" ,
98+ # TODO(https://github.com/pytest-dev/pytest-xdist/issues/1273): Remove once this bug is fixed
99+ "pytest<9" ,
99100 "google-cloud-testutils" ,
100101 "pytest-cov" ,
101102 "pytest-xdist" ,
You can’t perform that action at this time.
0 commit comments