Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2020-12-11 14:29:27 +00:00 committed by Gerrit Code Review
commit 1bff329b0d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setenv =
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}