Merge "Drop environment for Python 3.8"

This commit is contained in:
Zuul
2025-02-27 20:23:53 +00:00
committed by Gerrit Code Review

View File

@@ -53,14 +53,14 @@ commands =
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler' env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
stestr slowest stestr slowest
[testenv:{unit,py3,py38,py39,py310,py311,py312}] [testenv:{unit,py3,py39,py310,py311,py312}]
setenv = setenv =
{[testenv]setenv} {[testenv]setenv}
# we do not have any greenlet leaks in unit tests so enforce that # we do not have any greenlet leaks in unit tests so enforce that
# by making greenlet leaks a failure. # by making greenlet leaks a failure.
NOVA_RAISE_ON_GREENLET_LEAK=True NOVA_RAISE_ON_GREENLET_LEAK=True
[testenv:functional{,-py38,-py39,-py310,-py311,-py312}] [testenv:functional{,-py39,-py310,-py311,-py312}]
description = description =
Run functional tests. Run functional tests.
setenv = setenv =
@@ -94,7 +94,7 @@ commands =
description = description =
Run functional tests by excluding the API|Notification Run functional tests by excluding the API|Notification
sample tests and DB tests. This env is used in 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. run in placement.
deps = {[testenv:functional]deps} deps = {[testenv:functional]deps}
extras = extras =