summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2023-04-05 07:24:38 -0700
committerDan Smith <dansmith@redhat.com>2023-04-05 08:18:55 -0700
commit89b3b7795c9f8b7d731146c636b403f7efd25d00 (patch)
treea1326fbd8e4324d05c26a6af13b9f33dc94b039f
parent2aea80c0afafaa492f4bc6cb5ecfa1675a5d025f (diff)
downloadnova-89b3b7795c9f8b7d731146c636b403f7efd25d00.tar.gz
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
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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