Merge "Fix running test with py314"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user