Skip to content

Commit f8e2cf8

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Install from /opt/stack/new instead of git.o.o"
2 parents 1880527 + 6438500 commit f8e2cf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ passenv = OS_*
5858
setenv = OS_TEST_PATH=./openstackclient/tests/functional
5959
passenv = OS_*
6060
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"
61+
pip install -q -U -e /opt/stack/new/osc-lib
62+
pip install -q -U -e /opt/stack/new/python-openstacksdk
63+
pip install -q -U -e /opt/stack/new/os-client-config
6464
ostestr {posargs}
6565

6666
[testenv:venv]

0 commit comments

Comments
 (0)