Some features we depend on are broken in tox 4

This commit is contained in:
Jean-Paul Calderone 2022-12-09 14:06:24 -05:00
parent 11fb194d74
commit 88ee978d98

View File

@ -396,7 +396,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
"pyflakes == 2.2.0", "pyflakes == 2.2.0",
"coverage ~= 5.0", "coverage ~= 5.0",
"mock", "mock",
"tox", "tox ~= 3.0",
"pytest", "pytest",
"pytest-twisted", "pytest-twisted",
"hypothesis >= 3.6.1", "hypothesis >= 3.6.1",