summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-09-23 16:22:55 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-09-23 16:22:59 +0800
commit02ce849e91b51fc64991f027d5661b9a620ff48d (patch)
tree4d049673b6663e67ababebf09d19fe8aa6c5f051
parent9bae80ec0207d44c8bc467a11c837da9a98da007 (diff)
downloadoslo-middleware-02ce849e91b51fc64991f027d5661b9a620ff48d.tar.gz
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Iad05ec936af5a4319f82c42e721010e9d543b984
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e5a117d..467cce0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ setenv =
VIRTUAL_ENV={envdir}
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
commands = stestr run --slowest {posargs}