Merge "Install from /opt/stack/new instead of git.o.o"
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -58,9 +58,9 @@ passenv = OS_*
|
|||||||
setenv = OS_TEST_PATH=./openstackclient/tests/functional
|
setenv = OS_TEST_PATH=./openstackclient/tests/functional
|
||||||
passenv = OS_*
|
passenv = OS_*
|
||||||
commands =
|
commands =
|
||||||
pip install -q -U -e "git+https://git.openstack.org/openstack/osc-lib.git#egg=osc_lib"
|
pip install -q -U -e /opt/stack/new/osc-lib
|
||||||
pip install -q -U -e "git+https://git.openstack.org/openstack/python-openstacksdk.git#egg=python_openstacksdk"
|
pip install -q -U -e /opt/stack/new/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/os-client-config
|
||||||
ostestr {posargs}
|
ostestr {posargs}
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
Reference in New Issue
Block a user