summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-07-28 21:08:57 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-07-28 21:08:57 +0000
commit4ecc779ba7926cd38f2dc307baeb0b1a5bc0c37b (patch)
tree2a2d0de7dc3005e802b4ab2d0adde48806ee2bf0
parent1d628bc4ca5402e214eaa001b5c8571ba3d14a8a (diff)
downloadtaskflow-4ecc779ba7926cd38f2dc307baeb0b1a5bc0c37b.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: I734285feb42e2b1c5f5b09db56d5d7b9fd93f742
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2a1a58c..1b61ffc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]