summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Harbott <j.harbott@x-ion.de>2021-05-11 11:22:59 +0000
committerJens Harbott <j.harbott@x-ion.de>2021-05-11 11:24:59 +0000
commit1f0fcbcd1d480be8c097a5a663dd97b0bdcac2bc (patch)
tree58a927079ccb307e9b08df053b87a9126b47fd2b
parent6bdf030953d449693c97bff8812b7ced981a2015 (diff)
downloadpython-openstackclient-1f0fcbcd1d480be8c097a5a663dd97b0bdcac2bc.tar.gz
Fix the functional-tips tox environment
The egg for the keystoneauth project is actually called keystonauth1. Seems newer pip actually complains about the difference and fails. Change-Id: I1602832d33cd467745a03b36c9b1545cd069ba1d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ebcdc2d5..5f9bf73b 100644
--- a/tox.ini
+++ b/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