mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Some features we depend on are broken in tox 4
This commit is contained in:
parent
11fb194d74
commit
88ee978d98
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user