We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81bab3a + 1f0fcbc commit 30bb576Copy full SHA for 30bb576
1 file changed
tox.ini
@@ -84,7 +84,7 @@ setenv = OS_TEST_PATH=./openstackclient/tests/functional
84
passenv = OS_*
85
commands =
86
python -m pip install -q -U -e "git+file://{toxinidir}/../cliff#egg=cliff"
87
- 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"
88
python -m pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib"
89
python -m pip install -q -U -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
90
python -m pip freeze
0 commit comments