summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-19 06:14:49 +0000
committerGerrit Code Review <review@openstack.org>2019-05-19 06:14:49 +0000
commita57f84cda6fd4c892bc93d993fc20cff8be3564d (patch)
treea2c06138c2e92081fb43206baa0e60d5b6c47151 /tox.ini
parentfac974b1a0292dfaa230de569ac97c18f345c23b (diff)
parent443ed81b43e08123ec53da8bded205d58241ebfb (diff)
downloadoslo-concurrency-a57f84cda6fd4c892bc93d993fc20cff8be3564d.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 d30f287..d70400c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py36,py27,pep8
[testenv]
install_command = pip install {opts} {packages}
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
# We want to support both vanilla stdlib and eventlet monkey patched