summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:11:19 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-01-24 18:11:19 +0000
commit09770a48ecf467f88b5c74330ef54b9cce576788 (patch)
treebde0fbc9808270c6d357f68248746450a9404f13
parent7a6727fde568b6b4aa270807d1de8cc6bf788b9c (diff)
downloadtaskflow-09770a48ecf467f88b5c74330ef54b9cce576788.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: Ic13d1f42d7147e33a19f56acf583caaf780311e1
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8622c3a..b8b0597 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/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]