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

This commit is contained in:
Zuul 2020-10-13 17:38:39 +00:00 committed by Gerrit Code Review
commit a2d9092c8b
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/victoria} {opts} {packages}
commands =
find . -type f -name "*.py[c|o]" -delete
stestr run {posargs}