Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 8ecbd82

Browse files
authored
pin coverage to 7.11.0
1 parent 98a616b commit 8ecbd82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ def unit(session):
5555
"""Run the unit test suite."""
5656
session.install(
5757
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2478):
58-
# Temporarily exclude coverage 7.11.1
58+
# Temporarily pin coverage to 7.11.0
5959
# See https://github.com/nedbat/coveragepy/issues/2077
60-
"coverage!=7.11.1",
60+
"coverage==7.11.0",
6161
"pytest-cov",
6262
"pytest",
6363
"pytest-xdist",

0 commit comments

Comments
 (0)