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 f6a46c86d2
commit 13aa000d0b
1 changed files with 1 additions and 1 deletions

View File

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