summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-01-12 17:14:48 -0500
committerSteve Martinelli <s.martinelli@gmail.com>2017-01-13 02:29:38 +0000
commit64385002eaa6192bcbcb27b696ebac74e6b35fd7 (patch)
tree82e855f68a1b6dc7703c0811399cbfe6741620f2
parenta9af66e04b6377c2eec4c683fa30a946fc5f5c13 (diff)
downloadpython-openstackclient-64385002eaa6192bcbcb27b696ebac74e6b35fd7.tar.gz
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
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index e7bb6527..22d394c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,9 +58,9 @@ passenv = OS_*
setenv = OS_TEST_PATH=./openstackclient/tests/functional
passenv = OS_*
commands =
- pip install -q -U -e "git+https://git.openstack.org/openstack/osc-lib.git#egg=osc_lib"
- pip install -q -U -e "git+https://git.openstack.org/openstack/python-openstacksdk.git#egg=python_openstacksdk"
- 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
ostestr {posargs}
[testenv:venv]