summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2019-04-22 11:33:08 +0800
committerZhongShengping <chdzsp@163.com>2019-04-24 12:25:40 +0800
commita569f0faf3471250917edc8e43428904b9074a06 (patch)
tree3428c8d3e9b3b2240e9a94b4437f35396bd55842 /tox.ini
parentc63073d6ed855daea72a078873cab93ebb268ac4 (diff)
downloadhorizon-a569f0faf3471250917edc8e43428904b9074a06.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: I7f5506455ed52e4670b8e428548e931db13b13db
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 5b10577ca..4d74d84a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ whitelist_externals =
bash
find
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = {[unit_tests]commands}
@@ -139,7 +139,7 @@ commands =
basepython = python3
# We need to install horizon dependecies to build module references
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =