mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
comment about this requirement
This commit is contained in:
parent
8cb91f6f23
commit
599419c820
3
setup.py
3
setup.py
@ -354,6 +354,9 @@ 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.1.0",
|
"pyflakes == 2.1.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 ~= 4.5",
|
||||||
"mock",
|
"mock",
|
||||||
"tox",
|
"tox",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user