summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-02-07 17:46:40 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-02-07 17:46:40 +0000
commit693673be2573f0e1394696535758e901d1b5793a (patch)
tree09ea9db2ed375705b12f16c751f2f91a8af9a6f6
parent700a6756da70026fbffe3977bd40fc73404b5e25 (diff)
downloadswift-693673be2573f0e1394696535758e901d1b5793a.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
Change-Id: Ib23eb38b7850298499d2e91ff05a1371d1851994
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c60f49751..7226d1c5e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_COVERAGE=1
NOSE_COVER_BRANCHES=1