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 1880527 + 6438500 commit f8e2cf8Copy full SHA for f8e2cf8
1 file changed
tox.ini
@@ -58,9 +58,9 @@ passenv = OS_*
58
setenv = OS_TEST_PATH=./openstackclient/tests/functional
59
passenv = OS_*
60
commands =
61
- pip install -q -U -e "git+https://git.openstack.org/openstack/osc-lib.git#egg=osc_lib"
62
- pip install -q -U -e "git+https://git.openstack.org/openstack/python-openstacksdk.git#egg=python_openstacksdk"
63
- pip install -q -U -e "git+https://git.openstack.org/openstack/os-client-config.git#egg=os_client_config"
+ pip install -q -U -e /opt/stack/new/osc-lib
+ pip install -q -U -e /opt/stack/new/python-openstacksdk
+ pip install -q -U -e /opt/stack/new/os-client-config
64
ostestr {posargs}
65
66
[testenv:venv]
0 commit comments