Merge "Switch to the new canonical constraints URL on master"

This commit is contained in:
Zuul 2019-07-02 13:46:16 +00:00 committed by Gerrit Code Review
commit 51e23044e6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ envlist = docs,linters,functional
[testenv]
usedevelop = True
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
passenv =