Merge "fix py312 tox definitions"

This commit is contained in:
Zuul
2024年05月21日 17:43:27 +00:00
committed by Gerrit Code Review

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 =
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.