Merge "Update TOX_CONSTRAINTS_FILE for stable/ussuri" into stable/ussuri

This commit is contained in:
Zuul 2020-05-04 18:26:46 +00:00 committed by Gerrit Code Review
commit dd528700a2
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://releases.openstack.org/constraints/upper/master} {opts} {packages}
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri} {opts} {packages}
commands =
find . -type f -name "*.py[c|o]" -delete
stestr run {posargs}