Skip to content

Commit 5e7cc94

Browse files
authored
tests: temporarily pin coverage to 7.11.0 (#2480)
1 parent be6d770 commit 5e7cc94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

noxfile.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454
def unit(session):
5555
"""Run the unit test suite."""
5656
session.install(
57-
"coverage",
57+
# 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",
5861
"pytest-cov",
5962
"pytest",
6063
"pytest-xdist",

0 commit comments

Comments
 (0)