summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-09-25 14:09:07 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-09-25 14:10:49 +0800
commit9f57a83518c13c41c2b3ca0acf19eb312f44cb6d (patch)
treee300caa731454b53cfc5e0a342a85a66a58cdb2d
parent183eb08c6b2c978dbd6b4fff77f13d017a7f8c7d (diff)
downloadheat-cfntools-9f57a83518c13c41c2b3ca0acf19eb312f44cb6d.tar.gz
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Ib0778872dd3eb55d4455b07d256134b87e336893
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7841f1d..7c6a24c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py27,py37,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
-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://releases.openstack.org/constraints/upper/master} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}