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

This commit is contained in:
Zuul 2019-07-10 17:58:00 +00:00 committed by Gerrit Code Review
commit 5da4c6830f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
usedevelop = True
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}
commands =
find . -type f -name "*.py[c|o]" -delete
stestr run {posargs}