Merge "tox.ini: combine functional-py* envs"

This commit is contained in:
Zuul 2022-05-27 15:11:54 +00:00 committed by Gerrit Code Review
commit b17ad465c5
1 changed files with 1 additions and 5 deletions

View File

@ -49,11 +49,7 @@ commands = sphinx-build -a -E -W -j auto -d releasenotes/build/doctrees -b html
setenv =
OS_TEST_PATH = ./cinder/tests/functional
[testenv:functional-py38]
setenv =
{[testenv:functional]setenv}
[testenv:functional-py39]
[testenv:functional-py{38,39}]
setenv =
{[testenv:functional]setenv}