Merge "tox: Add functional-pyNN jobs"

This commit is contained in:
Zuul
2024-05-03 17:36:20 +00:00
committed by Gerrit Code Review

22
tox.ini
View File

@@ -57,26 +57,18 @@ commands =
python -m pip freeze
stestr run {posargs}
[testenv:functional]
[testenv:functional{,-tips,-py38,-py39,-py310,-py311,-py312}]
setenv =
OS_TEST_PATH=./openstackclient/tests/functional
passenv =
OS_*
commands =
stestr run {posargs}
[testenv:functional-tips]
setenv =
OS_TEST_PATH=./openstackclient/tests/functional
passenv =
OS_*
commands =
python -m pip install -q -U -e {toxinidir}/../cliff#egg=cliff
python -m pip install -q -U -e {toxinidir}/../keystoneauth#egg=keystoneauth1
python -m pip install -q -U -e {toxinidir}/../osc-lib#egg=osc_lib
python -m pip install -q -U -e {toxinidir}/../openstacksdk#egg=openstacksdk
python -m pip freeze
stestr run {posargs}
tips: python -m pip install -q -U -e {toxinidir}/../cliff#egg=cliff
tips: python -m pip install -q -U -e {toxinidir}/../keystoneauth#egg=keystoneauth1
tips: python -m pip install -q -U -e {toxinidir}/../osc-lib#egg=osc_lib
tips: python -m pip install -q -U -e {toxinidir}/../openstacksdk#egg=openstacksdk
tips: python -m pip freeze
{[testenv]commands}
[testenv:venv]
deps =