diff options
author | ricolin <rico.lin.guanyu@gmail.com> | 2019-04-17 16:23:16 +0800 |
---|---|---|
committer | Rabi Mishra <ramishra@redhat.com> | 2019-04-22 09:36:50 +0530 |
commit | 203bce9cd7449ef09a8777a4761f71518da3ed72 (patch) | |
tree | eafc04d3b4456ee681daf0c8f9a1fed0a5a40b19 /tox.ini | |
parent | 5782ce4c5a9d9432b8d929340221cdebdbc1e6d0 (diff) | |
download | heat-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |