Update the constraints url

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

Change-Id: I8dd2b19fd1f2db72cb1c61aa0c5047c3a8c1c1c7
This commit is contained in:
pengyuesheng 2019-09-26 11:28:41 +08:00
parent ffc9e52c50
commit 237c0c04cb
1 changed files with 1 additions and 1 deletions

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