summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-09-29 10:58:17 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-09-29 10:58:54 +0800
commitdeee57882e8747abbdf5e54e0f31f011508deb62 (patch)
treeded7e1ffc61fefd2962942d4054400c535e378b5
parentd113c1564d49d93451d9330955e8a42b7db04149 (diff)
downloadpycadf-deee57882e8747abbdf5e54e0f31f011508deb62.tar.gz
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I57071420ae34395f9c56ffe50481138417bbe632
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c11841e..a7daf22 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://git.openstack.org/cgit/openstack/requirements/plain/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}