Use a modern coverage.py.

This commit is contained in:
Itamar Turner-Trauring 2023-05-02 12:59:00 -04:00
parent 22715abc85
commit 63b082759d

View File

@ -418,7 +418,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
"subunitreporter==22.2.0",
"python-subunit==1.4.2",
"junitxml==0.7",
"coverage ~= 5.0",
"coverage==7.2.5",
],
# Here are the library dependencies of the test suite.