We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de033c2 + 8016baa commit afb9d65Copy full SHA for afb9d65
noxfile.py
@@ -95,7 +95,8 @@ def default(session, install_extras=True):
95
96
# Install all test dependencies, then install local packages in-place.
97
session.install(
98
- "pytest",
+ # TODO(https://github.com/pytest-dev/pytest-xdist/issues/1273): Remove once this bug is fixed
99
+ "pytest<9",
100
"google-cloud-testutils",
101
"pytest-cov",
102
"pytest-xdist",
0 commit comments