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

This commit is contained in:
Zuul 2020-09-25 05:31:07 +00:00 committed by Gerrit Code Review
commit d87b333b46
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_COVER_BRANCHES=1
NOSE_COVER_HTML_DIR={toxinidir}/cover
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find {envdir} ( -type f -o -type l ) -name "*.py[co]" -delete