diff --git a/tox.ini b/tox.ini index 0e0c3133a8cc..d62c95a18570 100644 --- a/tox.ini +++ b/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 =