Merge "Update UPPER_CONSTRAINTS_FILE for stable/queens" into stable/queens

This commit is contained in:
Zuul 2018-02-28 18:07:40 +00:00 committed by Gerrit Code Review
commit 482dcb1b56
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ envlist = cover,
setenv = VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=taskflow
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
# We need to install a bit more than just `test' because those drivers have
# custom tests that we always run
deps = .[test,workers,zookeeper,database,redis,eventlet]