aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-25 23:05:14 +0000
committerGerrit Code Review <review@openstack.org>2017-08-25 23:05:14 +0000
commit3dbb20825ab309320df401ad2ae7176df20e9306 (patch)
tree2b4b63e2501080e4890fb349990420a5d6a6eea7
parent8b2eb4006bdb8fb4185f5fc4a8efc1fde5cb7502 (diff)
parent0c8c6958fd1dd5cf821fd2b32e66f3b6cfb3698b (diff)
Merge "Update UPPER_CONSTRAINTS_FILE for stable/pike" into stable/pike
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f5de027..f01c731 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ skipsdist = True
envlist = releasenotes
[testenv]
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
[testenv:releasenotes]
deps = -r{toxinidir}/test-requirements.txt