summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml2
-rw-r--r--tox.ini4
2 files changed, 5 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 8bba0aae4..f3569e336 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,4 +1,6 @@
- project:
+ vars:
+ ensure_tox_version: '<4'
templates:
- openstack-python3-wallaby-jobs
- openstack-python3-wallaby-jobs-arm64
diff --git a/tox.ini b/tox.ini
index e801de483..6636861a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,8 @@
[tox]
minversion = 3.18.0
-requires = virtualenv>=20.4.2
+requires =
+ virtualenv>=20.4.2
+ tox<4
skipsdist = True
# python runtimes: https://governance.openstack.org/tc/reference/project-testing-interface.html#tested-runtimes
envlist = py3,compliance,pep8