From cc09e9040ae42071088dcf73eeb269a2b07d6df0 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Fri, 20 Sep 2019 17:25:33 +0800 Subject: [PATCH] Update the constraints url For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I802dae2d7106c487b1c77d143edce6b52f5d3810 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9c92d0395..a380e31ed 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ passenv = *_proxy usedevelop = True 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 .[influxdb,cassandra]