summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-02 04:23:04 +0000
committerGerrit Code Review <review@openstack.org>2019-05-02 04:23:04 +0000
commit209e1801ace8ef68b8061a194a89b28cc72152c7 (patch)
tree658fe1343482e7e4398435616bbd58bc24e41b56 /tox.ini
parent88c660dbe8730dc5cf0e45ea1bb0171fed0df20c (diff)
parent9a91b4ad38ac5ff3ab2e2cdc0dd63727f0e90691 (diff)
downloadpython-neutronclient-209e1801ace8ef68b8061a194a89b28cc72152c7.tar.gz
Merge "Replace git.openstack.org URLs with opendev.org URLs"
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 d4ba1b5..a5f18cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
install_command = pip install {opts} {packages}
-deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
# Delete bytecodes from normal directories before running tests.