From 8a3dc5121c8f09cda8d42cc78741d2d90dc9fba5 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 5 Jun 2019 13:07:59 -0400 Subject: [PATCH] Change source for upper constraints py27 is currently broken due to a Sphinx failure that is resolved if you properly include the upper constraints. Change-Id: Ia86f6f71eddcd4aa8505601ba51b4723e05cf488 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dffb338bf..d55b0e07f 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ setenv = LC_ALL=C HOME={envdir} 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}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run {posargs}