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:
parent
f64df99134
commit
f1f14dfbb7
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
distribute = False
|
distribute = False
|
||||||
envlist = py3,pep8
|
envlist = py3,pep8
|
||||||
minversion = 4.4.1
|
minversion = 4.11.0
|
||||||
# specify virtualenv here to keep local runs consistent with the
|
# specify virtualenv here to keep local runs consistent with the
|
||||||
# gate (it sets the versions of pip, setuptools, and wheel)
|
# gate (it sets the versions of pip, setuptools, and wheel)
|
||||||
requires = virtualenv>=20.17.1
|
requires = virtualenv>=20.17.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user