From 9c8f1bcf414444d93f0ba600696f636d7fa4c325 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jan 2025 14:10:53 +0900 Subject: [PATCH] Drop environment for Python 3.8 ... because Python 3.8 is no longer supported. Change-Id: I0a8d26c47acd98d39e609e93da5817a9a37a1031 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 2694fe0a16d4..d402501920ff 100644 --- a/tox.ini +++ b/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 =