Use tox 4.11.0

We're hitting https://github.com/tox-dev/pyproject-api/issues/101 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.

Change-Id: Ifabdce8876d287c52cdec9777393fcb7c82c8fc1
This commit is contained in:
Brian Rosmaita 2023-08-30 16:35:07 -04:00
parent f64df99134
commit f1f14dfbb7

View File

@ -1,7 +1,7 @@
[tox]
distribute = False
envlist = py3,pep8
minversion = 4.4.1
minversion = 4.11.0
# specify virtualenv here to keep local runs consistent with the
# gate (it sets the versions of pip, setuptools, and wheel)
requires = virtualenv>=20.17.1