summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2019-04-22 13:57:01 +0800
committerZhongShengping <chdzsp@163.com>2019-04-24 13:59:57 +0800
commit7ecaa3fcf8f5160d5174a620aa4b509b8ddec070 (patch)
treeda2dc5b30ec4b7584ee04b306e3ad5ba860a678b /tox.ini
parenta991980863f056323c1ee9fd6a46dbc4cb899eca (diff)
downloadnova-7ecaa3fcf8f5160d5174a620aa4b509b8ddec070.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I3e0af55e0707f04428a422b973d016ad30c82a12
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 85fb0b6227..2e1af69786 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ whitelist_externals =
find
rm
env
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
LANGUAGE=en_US
@@ -83,7 +83,7 @@ setenv = {[testenv]setenv}
# during unit tests.
deps =
-r{toxinidir}/test-requirements.txt
- git+https://git.openstack.org/openstack/placement#egg=openstack-placement
+ git+https://opendev.org/openstack/placement#egg=openstack-placement
commands =
# NOTE(cdent): The group_regex describes how stestr will group tests into the
# same process when running concurently. The following ensures that gabbi tests