Merge "Fix the functional-tips tox environment"

This commit is contained in:
Zuul 2021-10-07 11:06:13 +00:00 committed by Gerrit Code Review
commit 30bb576d81

View File

@ -84,7 +84,7 @@ setenv = OS_TEST_PATH=./openstackclient/tests/functional
passenv = OS_*
commands =
python -m pip install -q -U -e "git+file://{toxinidir}/../cliff#egg=cliff"
python -m pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth"
python -m pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth1"
python -m pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib"
python -m pip install -q -U -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
python -m pip freeze