From 8cfd23a01952105460b7dc903652d05317e6a24b Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Sun, 29 Sep 2019 11:02:29 +0800 Subject: [PATCH] Update the constraints url For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Ifbbf00737c2a345642ef8367c134ffd2472e9c59 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cf02661..47bb4dc 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = py35,py27,pep8 basepython = python3 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 =