Drop environment for Python 3.8

... because Python 3.8 is no longer supported.

Change-Id: I0a8d26c47acd98d39e609e93da5817a9a37a1031
This commit is contained in:
Takashi Kajinami
2025-01-13 14:10:53 +09:00
parent a459467899
commit 9c8f1bcf41

View File

@@ -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 =