From a4801cc2ebe396dd29b284b2acc8fecd93ec405b Mon Sep 17 00:00:00 2001 From: meejah Date: Mon, 17 Jul 2023 17:10:45 -0600 Subject: [PATCH] CI uses tox less than 4 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 9ebdae550..a2e870e8b 100644 --- a/setup.py +++ b/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,