From 89b3b7795c9f8b7d731146c636b403f7efd25d00 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 5 Apr 2023 07:24:38 -0700 Subject: Allow running functional-py311 This makes us able to run functional on python 3.11. Without this, tox will happily (and silently) run the default venv, which is unit tests. Change-Id: I544a29ae78814f9a454daba8c1978f7ab2c2505c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 097edbe827..77c0d9b9d3 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ commands = env TEST_OSPROFILER=1 stestr run --combine --no-discover 'nova.tests.unit.test_profiler' stestr slowest -[testenv:functional{,-py38,-py39,-py310}] +[testenv:functional{,-py38,-py39,-py310,-py311}] description = Run functional tests. # As nova functional tests import the PlacementFixture from the placement -- cgit v1.2.1