mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Merge "Fix the functional-tips tox environment"
This commit is contained in:
commit
30bb576d81
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue