mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
Don't hardcode tox
This commit is contained in:
parent
67d5c82e10
commit
112770aeb3
4
setup.py
4
setup.py
@ -435,9 +435,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
"paramiko < 2.9",
|
||||
"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",
|
||||
"prometheus-client == 0.11.0"
|
||||
] + tor_requires + i2p_requires,
|
||||
"tor": tor_requires,
|
||||
"i2p": i2p_requires,
|
||||
|
Loading…
x
Reference in New Issue
Block a user