Bump tox version

This issue [1] is showing up on the functional jobs in the gate,
which are using the system tox.  So tell tox to upgrade itself
to the version that gets around that issue.

[1] https://github.com/tox-dev/pyproject-api/issues/101

Change-Id: Ib2a3ddb4bc8175f2769d1cd3510f00485349192a
This commit is contained in:
silvacarloss 2023-08-30 14:44:23 -03:00 committed by Carlos Eduardo
parent 4eccd68794
commit 32f1a9a943

View File

@ -1,7 +1,7 @@
[tox] [tox]
distribute = False distribute = False
envlist = py3,pep8 envlist = py3,pep8
minversion = 3.18.0 minversion = 4.11.0
# Automatic envs (pyXX) will only use the python version appropriate to that # Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set # env and ignore basepython inherited from [testenv] if we set
# ignore_basepython_conflict. # ignore_basepython_conflict.
@ -60,7 +60,6 @@ commands =
[testenv:functional] [testenv:functional]
setenv = setenv =
{[testenv]setenv}
OS_TEST_PATH = ./manilaclient/tests/functional OS_TEST_PATH = ./manilaclient/tests/functional
OS_SHARE_API_VERSION = 2 OS_SHARE_API_VERSION = 2
passenv = OS_* passenv = OS_*