diff options
| author | Zuul <zuul@review.opendev.org> | 2021-10-07 11:06:13 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2021-10-07 11:06:13 +0000 |
| commit | 30bb576d81b4cab7ce3ea2ce58d14542b754c33a (patch) | |
| tree | d14d50c5d7f75f2bdd608936952bc812736baa1d | |
| parent | 81bab3a7167e997b6e1b579c50672753af4fcf93 (diff) | |
| parent | 1f0fcbcd1d480be8c097a5a663dd97b0bdcac2bc (diff) | |
| download | python-openstackclient-30bb576d81b4cab7ce3ea2ce58d14542b754c33a.tar.gz | |
Merge "Fix the functional-tips tox environment"
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
