summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorricolin <rico.lin.guanyu@gmail.com>2019-04-17 16:23:16 +0800
committerRabi Mishra <ramishra@redhat.com>2019-04-22 09:36:50 +0530
commit203bce9cd7449ef09a8777a4761f71518da3ed72 (patch)
treeeafc04d3b4456ee681daf0c8f9a1fed0a5a40b19 /tox.ini
parent5782ce4c5a9d9432b8d929340221cdebdbc1e6d0 (diff)
downloadheat-203bce9cd7449ef09a8777a4761f71518da3ed72.tar.gz
Switch to use opendev.org
Our cgit instance will be going away and opendev.org is the new preferred URL for browsing our git repos. Redirects will exist for the foreseeable future, but it's more efficient to just go directly to the new locations. Change-Id: Ic5fa1a8436f57836ad37b752a0cca1cd4f3a21a7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c8b2dab6d..0063c8948 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
OS_TEST_PATH=heat/tests
usedevelop = True
-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/src/branch/master/upper-constraints.txt} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =