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 be6d770 commit 5e7cc94Copy full SHA for 5e7cc94
noxfile.py
@@ -54,7 +54,10 @@
54
def unit(session):
55
"""Run the unit test suite."""
56
session.install(
57
- "coverage",
+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2478):
58
+ # Temporarily pin coverage to 7.11.0
59
+ # See https://github.com/nedbat/coveragepy/issues/2077
60
+ "coverage<=7.11.0",
61
"pytest-cov",
62
"pytest",
63
"pytest-xdist",
0 commit comments