summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2023-01-08 14:14:40 -0600
committerGhanshyam Mann <gmann@ghanshyammann.com>2023-01-08 14:14:40 -0600
commit7c3f3bc615cb91cd0106f91b0452bf7968ff3598 (patch)
tree410258541725c31fc1d9d368b001a67a4c520473
parent52d92a9f4237b81971b82189494b7cb02f842727 (diff)
downloadpython-novaclient-stable/zed.tar.gz
[stable-only] Pin tox <4stable/zed
We pinned tox<4 for stable branches in common jobs and in devstack playbook but that was not enough for python client functional jobs where tox is upgraded to latest by pip. - https://lists.openstack.org/pipermail/openstack-discuss/2023-January/031678.html This commit adds tox<4 pin explicitly in tox.ini Change-Id: I442568a5f5900e593feb2b5527109e0aa79e5aa7
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3026d2db..8d3ac8e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,7 @@
[tox]
envlist = py3,pep8,docs
minversion = 3.18.0
+requires = tox<4
skipsdist = true
ignore_basepython_conflict = true