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
This commit is contained in:
Emilien Macchi 2019-06-05 13:07:59 -04:00
parent e11b687c2a
commit 8a3dc5121c

View File

@ -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}