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

This commit is contained in:
Zuul 2019-10-11 10:28:00 +00:00 committed by Gerrit Code Review
commit 6293eafda1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train} {opts} {packages}
whitelist_externals = bash
find
rm