comment about this requirement

This commit is contained in:
Jean-Paul Calderone 2019-12-18 15:31:17 -05:00
parent 8cb91f6f23
commit 599419c820

View File

@ -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",