Merge "Drop environment for Python 3.8"
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -53,14 +53,14 @@ commands =
|
||||
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
|
||||
stestr slowest
|
||||
|
||||
[testenv:{unit,py3,py38,py39,py310,py311,py312}]
|
||||
[testenv:{unit,py3,py39,py310,py311,py312}]
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
# we do not have any greenlet leaks in unit tests so enforce that
|
||||
# by making greenlet leaks a failure.
|
||||
NOVA_RAISE_ON_GREENLET_LEAK=True
|
||||
|
||||
[testenv:functional{,-py38,-py39,-py310,-py311,-py312}]
|
||||
[testenv:functional{,-py39,-py310,-py311,-py312}]
|
||||
description =
|
||||
Run functional tests.
|
||||
setenv =
|
||||
@@ -94,7 +94,7 @@ commands =
|
||||
description =
|
||||
Run functional tests by excluding the API|Notification
|
||||
sample tests and DB tests. This env is used in
|
||||
placement-nova-tox-functional-py38 job which is defined and
|
||||
placement-nova-tox-functional-py312 job which is defined and
|
||||
run in placement.
|
||||
deps = {[testenv:functional]deps}
|
||||
extras =
|
||||
|
Reference in New Issue
Block a user