fix py312 tox definitions

change I6de86f3e3e283ba404f927ea4c8164f791df3989
added the py312 funtional job definition but did not
update the tox.ini to define it.
As a result it is runing the unit tests not the functional tests.
This change simpley corrects that.

Change-Id: Id6ee76e0190469ac09baf0bc56a9022317c6f881
This commit is contained in:
Sean Mooney 2024-05-21 12:03:41 +01:00
parent 61ad4f1f27
commit 7ff24958ee

View File

@ -50,14 +50,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}]
[testenv:{unit,py3,py38,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}]
[testenv:functional{,-py38,-py39,-py310,-py311,-py312}]
description =
Run functional tests.
setenv =