Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2020-11-16 06:21:34 +00:00 committed by Gerrit Code Review
commit 89d2a912d6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ skipsdist = True
basepython = python3
whitelist_externals = bash
setenv = VIRTUAL_ENV={envdir}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'