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.
1 parent 68e915f commit f6c0804Copy full SHA for f6c0804
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