Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2021-09-29 13:17:33 +00:00 committed by Gerrit Code Review
commit 8b8d4bdda3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ usedevelop = True
setenv =
PYTHONDONTWRITEBYTECODE=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
commands =
stestr run {posargs}