Merge "Drop environments for Python 3.8"

This commit is contained in:
Zuul 2025-03-20 16:17:04 +00:00 committed by Gerrit Code Review
commit dbce5b5b8b

20
tox.ini
View File

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