mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-12 07:13:53 +00:00
Merge pull request #950 from LeastAuthority/3384.unpin-coverage
Update coverage pin Fixes: ticket:3384
This commit is contained in:
commit
1bdca909fa
0
newsfragments/3384.minor
Normal file
0
newsfragments/3384.minor
Normal file
5
setup.py
5
setup.py
@ -385,10 +385,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
# this version from time to time, but we will do it
|
# this version from time to time, but we will do it
|
||||||
# intentionally.
|
# intentionally.
|
||||||
"pyflakes == 2.2.0",
|
"pyflakes == 2.2.0",
|
||||||
# coverage 5.0 breaks the integration tests in some opaque way.
|
"coverage ~= 5.0",
|
||||||
# This probably needs to be addressed in a more permanent way
|
|
||||||
# eventually...
|
|
||||||
"coverage ~= 4.5",
|
|
||||||
"mock",
|
"mock",
|
||||||
"tox",
|
"tox",
|
||||||
"pytest",
|
"pytest",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user