summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-09-29 10:13:46 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-09-29 10:14:24 +0800
commit941cf048f076dcf9b8f4c61c202fcdf5d2273f2e (patch)
treee9c4137c4760330eff9fd4bc907d5bd5b4ec63c3 /tox.ini
parent473c4af2494718dad4e902da4e0ce055d1d6e349 (diff)
downloadoslo-concurrency-941cf048f076dcf9b8f4c61c202fcdf5d2273f2e.tar.gz
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I2e16a74f601a36ecc71b8bda74ded42dac99bf52
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 ba5ebd6..2a99db9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py27,py37,pep8
[testenv]
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
# We want to support both vanilla stdlib and eventlet monkey patched