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 98a616b commit 8ecbd82Copy full SHA for 8ecbd82
1 file changed
noxfile.py
@@ -55,9 +55,9 @@ def unit(session):
55
"""Run the unit test suite."""
56
session.install(
57
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2478):
58
- # Temporarily exclude coverage 7.11.1
+ # Temporarily pin coverage to 7.11.0
59
# See https://github.com/nedbat/coveragepy/issues/2077
60
- "coverage!=7.11.1",
+ "coverage==7.11.0",
61
"pytest-cov",
62
"pytest",
63
"pytest-xdist",
0 commit comments