Merge "Drop environments for Python 3.8"
This commit is contained in:
commit
dbce5b5b8b
20
tox.ini
20
tox.ini
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user