Use tox 4.11.0

We're hitting the similar issue of pyproject-api [1] 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: I999b2498cde5576c4cf6c275a6b29f7072c6eb28
This commit is contained in:
Ayumu Ueha 2023-08-31 00:06:42 +00:00
parent 27aed3c0c7
commit 9c7918f0b5

View File

@ -1,6 +1,6 @@
[tox]
envlist = py39,py38,py36,pep8,docs
minversion = 3.18.0
minversion = 4.11.0
ignore_basepython_conflict = True
[testenv]