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

Commit 5cbd5ae

Browse files
authored
Merge branch 'main' into update-requirements-2025-11-10
2 parents 29d5baa + 5e7cc94 commit 5cbd5ae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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)