Merge "Update TOX/UPPER_CONSTRAINTS_FILE for stable/train" into stable/train

This commit is contained in:
Zuul 2019-10-25 04:27:57 +00:00 committed by Gerrit Code Review
commit 1f1dfbe4cc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ passenv =
TERM
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}