Merge pull request #950 from LeastAuthority/3384.unpin-coverage

Update coverage pin

Fixes: ticket:3384
This commit is contained in:
Jean-Paul Calderone 2020-12-29 20:36:11 -05:00 committed by GitHub
commit 1bdca909fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

0
newsfragments/3384.minor Normal file
View File

View File

@ -385,10 +385,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
# this version from time to time, but we will do it
# intentionally.
"pyflakes == 2.2.0",
# coverage 5.0 breaks the integration tests in some opaque way.
# This probably needs to be addressed in a more permanent way
# eventually...
"coverage ~= 4.5",
"coverage ~= 5.0",
"mock",
"tox",
"pytest",