Update the constraints url

Change-Id: Iaff0e5346a072908aa8af46005717bdc7bd005a0
This commit is contained in:
kangyufei 2019-10-11 08:37:44 +08:00
parent 460584bb61
commit 407dae3d8b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py37,py36,py27,pep8,genpolicy
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
whitelist_externals = find
rm
setenv =