Merge "Update TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2021-01-05 17:33:20 +00:00 committed by Gerrit Code Review
commit 059065693e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ usedevelop = True
basepython = python3
setenv = VIRTUAL_ENV={envdir}
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}