Merge "Fetch upper constraints from opendev.org" into stable/rocky

This commit is contained in:
Zuul 2019-04-29 14:22:43 +00:00 committed by Gerrit Code Review
commit 2988d9fd13
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py3,py27,functional,pep8
[testenv]
usedevelop = True
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky} {opts} {packages}
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/rocky/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1