Skip to content

Commit b4cab0d

Browse files
committed
remove pin for pytest
1 parent deae4a0 commit b4cab0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ def default(session, install_grpc=True):
9797
session.install(
9898
"dataclasses",
9999
"mock",
100-
# Revert to just "pytest" once
101-
# https://github.com/pytest-dev/pytest/issues/10451 is fixed
102-
"pytest<7.2.0",
100+
"pytest",
103101
"pytest-cov",
104102
"pytest-xdist",
105103
)

0 commit comments

Comments
 (0)