diff options
author | Ghanshyam Mann <gmann@ghanshyammann.com> | 2023-01-08 14:14:40 -0600 |
---|---|---|
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | 2023-01-08 14:14:40 -0600 |
commit | 7c3f3bc615cb91cd0106f91b0452bf7968ff3598 (patch) | |
tree | 410258541725c31fc1d9d368b001a67a4c520473 /tox.ini | |
parent | 52d92a9f4237b81971b82189494b7cb02f842727 (diff) | |
download | python-novaclient-7c3f3bc615cb91cd0106f91b0452bf7968ff3598.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
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [tox] envlist = py3,pep8,docs minversion = 3.18.0 +requires = tox<4 skipsdist = true ignore_basepython_conflict = true |