Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2022-05-06 17:07:09 +00:00 committed by Gerrit Code Review
commit 71ed5bd125
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setenv = OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
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 . -type f -name "*.pyc" -delete