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:
parent
2aea80c0af
commit
89b3b7795c
2
tox.ini
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user