Skip to content

Commit 6438500

Browse files
emontystevemar
authored andcommitted
Install from /opt/stack/new instead of git.o.o
Installing directly from the git url will bypass any depends-on processing zuul may have done on the dependent repos. Change-Id: I3dadacf7a855cc4efad701f0a6275d6cd60efd72
1 parent a9af66e commit 6438500

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)