From 081e46e49fb34e396d667b53737b49608620c5e0 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 29 Sep 2016 14:42:40 -0400 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/newton Change-Id: Ida3efdf5bb54cbd6ff3d03b7494775bf41802c06 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 957801ab..e4ab4fef 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = docs,linters,functional [testenv] usedevelop = True install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} + pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands =