Merge "Update the constraints url"

This commit is contained in:
Zuul 2019-10-22 20:23:08 +00:00 committed by Gerrit Code Review
commit c0b105fe34
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 =