Merge "Fix running test with py314"

This commit is contained in:
Zuul
2026-03-16 18:41:04 +00:00
committed by Gerrit Code Review

View File

@@ -56,7 +56,7 @@ commands =
env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler'
stestr slowest
[testenv:{unit,py3,py310,py311,py312,py313}]
[testenv:{unit,py3,py310,py311,py312,py313,py314}]
setenv =
{[testenv]setenv}
# we do not have any greenlet leaks in unit tests so enforce that
@@ -83,7 +83,7 @@ commands =
stestr run {posargs} --exclude-list /tmp/exclude.txt
stestr slowest
[testenv:functional{,-py310,-py311,-py312,-py313}]
[testenv:functional{,-py310,-py311,-py312,-py313,-py314}]
description =
Run functional tests.
passenv =