Skip to content

Commit afb9d65

Browse files
authored
Merge branch 'main' into update-librarian-sha
2 parents de033c2 + 8016baa commit afb9d65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)