[stable-only] Pin tox <4

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
(cherry picked from commit 7c3f3bc615)
This commit is contained in:
Ghanshyam Mann 2023-01-08 14:14:40 -06:00
parent d7260add45
commit 79c21ab698
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[tox]
envlist = py3,pep8,docs
minversion = 3.18.0
requires = tox<4
skipsdist = true
ignore_basepython_conflict = true