summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-03 16:20:07 +0000
committerGerrit Code Review <review@openstack.org>2023-05-03 16:20:07 +0000
commitb80d1e6a2afe9ccea7d28ac9974112c1768463df (patch)
tree6129dec224be78cf0dfba6ab19987d1986044776
parent58499905d983f9f10d8bf6fc320e4d3560f8f228 (diff)
parente3799da5558a6a686885fa70c155d8d37d44497d (diff)
downloadpython-cinderclient-stable/yoga.tar.gz
Merge "[stable-only] Pin tox <4" into stable/yogastable/yoga
-rw-r--r--.zuul.yaml2
-rw-r--r--tox.ini1
2 files changed, 3 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index c9e5b50..0d2ee34 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -38,6 +38,8 @@
tox_envlist: functional-py39
- project:
+ vars:
+ ensure_tox_version: '<4'
templates:
- check-requirements
- lib-forward-testing-python3
diff --git a/tox.ini b/tox.ini
index 2112a76..6f60612 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
distribute = False
envlist = py3,pep8
minversion = 3.18.0
+requires = tox<4
skipsdist = True
# this allows tox to infer the base python from the environment name
# and override any basepython configured in this file