Merge "Update TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2020-11-18 08:23:16 +00:00 committed by Gerrit Code Review
commit d6a518c419
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setenv =
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:true}
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true}
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
commands = stestr run --slowest {posargs}