summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-09-29 10:23:20 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-09-29 10:24:05 +0800
commita3c314eee63f1418a66ed7817b01a1afbf201cb3 (patch)
treeebafcd60ab2d43daa1bfd90738dcb7eccac30e2f
parent5ae7d21f98bc8e6237f600f4885f94e57a2c99b1 (diff)
downloadoslo-utils-a3c314eee63f1418a66ed7817b01a1afbf201cb3.tar.gz
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I071620b42a9e48590b21bc8bc04b079e01909451
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3d331eb..b4e4e41 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
commands = stestr run --slowest {posargs}