Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2020-11-04 00:28:35 +00:00 committed by Gerrit Code Review
commit d825fd66bd

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/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find {envdir} ( -type f -o -type l ) -name "*.py[co]" -delete