Update the constraints url

For more detail, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: If3e9e5d7b1f18b9e07b3071608de5a1b67ca1235
This commit is contained in:
ZhongShengping 2019-10-31 14:01:25 +08:00
parent 29f5049be2
commit 7d19edbdaa

View File

@ -4,7 +4,7 @@ skipsdist = True
envlist = releasenotes
[testenv]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
[testenv:releasenotes]
basepython = python3