summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-28 18:07:40 +0000
committerGerrit Code Review <review@openstack.org>2018-02-28 18:07:41 +0000
commit482dcb1b56ac7e1a7290422d6e9ab1b27a315778 (patch)
tree35f75bcf8b6a9ac6653c9feb5dc26d91f97f1024
parentae8633b286fc4aaefff39c6bc38981d6f9d4e096 (diff)
parent09770a48ecf467f88b5c74330ef54b9cce576788 (diff)
downloadtaskflow-482dcb1b56ac7e1a7290422d6e9ab1b27a315778.tar.gz
Merge "Update UPPER_CONSTRAINTS_FILE for stable/queens" into stable/queens
-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]