mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
CI uses tox less than 4
This commit is contained in:
parent
0b9506dfad
commit
a4801cc2eb
2
setup.py
2
setup.py
@ -436,6 +436,8 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
"pytest-timeout",
|
||||
# Does our OpenMetrics endpoint adhere to the spec:
|
||||
"prometheus-client == 0.11.0",
|
||||
# CI uses "tox<4", change here too if that becomes different
|
||||
"tox < 4",
|
||||
] + tor_requires + i2p_requires,
|
||||
"tor": tor_requires,
|
||||
"i2p": i2p_requires,
|
||||
|
Loading…
Reference in New Issue
Block a user