summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-24 19:22:46 +0000
committerGerrit Code Review <review@openstack.org>2018-07-24 19:22:46 +0000
commitc1fedb9ac55a242ffbdc0462ce9f8b2ffdd5b9e9 (patch)
tree4c80e4d9969e36c55964a0759a7e8f61b5fd5df3
parent1c3f03687566dc3ee82406f0f66dc9ada81ea574 (diff)
parent693673be2573f0e1394696535758e901d1b5793a (diff)
downloadswift-c1fedb9ac55a242ffbdc0462ce9f8b2ffdd5b9e9.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 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