Replace environments for old python versions

Python < 3.9 is no longer supported so replace environments to these
unsupported versions.

Also bump tox minversion because allowlist_externals is available since
3.18.0 .

Change-Id: I90cd89715f50fad628df8e5157010855cb019aa5
This commit is contained in:
Takashi Kajinami
2025-01-13 14:02:17 +09:00
parent 0230443cf7
commit e9d1628a4f

12
tox.ini
View File

@@ -1,6 +1,6 @@
[tox]
envlist = py3,flake8
minversion = 3.1.0
minversion = 3.18.0
skip_missing_interpreters = true
# this allows tox to infer the base python from the environment name
# and override any basepython configured in this file
@@ -70,15 +70,7 @@ passenv = OS_STDOUT_CAPTURE
OS_DEBUG
TEMPEST_CONFIG
[testenv:functional-py36]
setenv =
{[testenv:functional]setenv}
[testenv:functional-py37]
setenv =
{[testenv:functional]setenv}
[testenv:functional-py38]
[testenv:functional-py{39,310,311,312}]
setenv =
{[testenv:functional]setenv}