Merge "Use TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2021-01-08 13:56:37 +00:00 committed by Gerrit Code Review
commit e97ad18706
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ passenv = OS_*
REQUIREMENTS_PIP_LOCATION
install_command = pip install {opts} {packages}
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}