summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-09-20 16:52:33 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-09-20 16:52:36 +0800
commitf1856a0394af7c3301f0561e8ffa9e9cba54cabb (patch)
tree7d24b01f562415efe8ea5943484fc1b3ac174772
parent4a4c96ce9b28ed54f93a21ca405c5b34ef3c3429 (diff)
downloadkeystonemiddleware-f1856a0394af7c3301f0561e8ffa9e9cba54cabb.tar.gz
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I89648da5b9e8579d3ef40b840fb81c76596a785a
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d862926..5468d4f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}