Merge "fix py312 tox definitions"
This commit is contained in:
commit
4bc5ff1c99
4
tox.ini
4
tox.ini
@ -50,14 +50,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}]
|
[testenv:{unit,py3,py38,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}]
|
[testenv:functional{,-py38,-py39,-py310,-py311,-py312}]
|
||||||
description =
|
description =
|
||||||
Run functional tests.
|
Run functional tests.
|
||||||
setenv =
|
setenv =
|
||||||
|
Loading…
Reference in New Issue
Block a user