Drop environments for Python 3.8

... because Python 3.8 is no longer supported.

Change-Id: I7292c4711bfb2569a31f4e4a6a2f69df0a8fafec
This commit is contained in:
Takashi Kajinami 2025-01-13 14:14:18 +09:00
parent b9e979236c
commit 334cdd90c9

20
tox.ini
View File

@ -38,17 +38,11 @@ setenv =
SQLALCHEMY_WARN_20=1
commands = stestr run {posargs}
[testenv:functional-py{38,39,310,311,312}]
[testenv:functional-py{39,310,311,312}]
setenv = {[testenv:functional]setenv}
commands = {[testenv:functional]commands}
[testenv:functional-py38-rbac]
setenv =
{[testenv:functional]setenv}
OS_GLANCE_TEST_RBAC_DEFAULTS = True
commands = {[testenv:functional]commands}
[testenv:functional-py39-rbac]
[testenv:functional-py{39-rbac,310-rbac,311-rbac,312-rbac}]
setenv =
{[testenv:functional]setenv}
OS_GLANCE_TEST_RBAC_DEFAULTS = True
@ -152,15 +146,7 @@ commands =
coverage html -d cover
coverage xml -o cover/coverage.xml
[testenv:debug]
[testenv:debug{,-py39,-py310,-py311,-py312}]
# this will use whatever the system python3 is
commands =
oslo_debug_helper {posargs}
[testenv:debug-py38]
commands =
oslo_debug_helper {posargs}
[testenv:debug-py39]
commands =
oslo_debug_helper {posargs}