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

Commit cf686ca

Browse files
authored
fix python 3.8 build
1 parent 8ecbd82 commit cf686ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def unit(session):
5757
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2478):
5858
# Temporarily pin coverage to 7.11.0
5959
# See https://github.com/nedbat/coveragepy/issues/2077
60-
"coverage==7.11.0",
60+
"coverage<=7.11.0",
6161
"pytest-cov",
6262
"pytest",
6363
"pytest-xdist",

0 commit comments

Comments
 (0)