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
This commit is contained in:
Dan Smith 2023-04-05 07:24:38 -07:00
parent 2aea80c0af
commit 89b3b7795c

View File

@ -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