Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I734285feb42e2b1c5f5b09db56d5d7b9fd93f742
This commit is contained in:
OpenStack Release Bot 2017-07-28 21:08:57 +00:00
parent 1d628bc4ca
commit 4ecc779ba7
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/pike} {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,doc]