From e14bf2533513abcd14b137527b97642250e86221 Mon Sep 17 00:00:00 2001 From: pengyuesheng <pengyuesheng@gohighsec.com> Date: Tue, 24 Sep 2019 15:57:06 +0800 Subject: [PATCH] Update the constraints url For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I4727942e9946160c059412f0c7d03bdfd9542505 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5c6c4c6af..54a64c6d6 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = {posargs} [testenv:docs] basepython = python3 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}/doc/requirements.txt commands = /bin/rm -fr doc/build/