From 3a1b57812e308fa02e4bdb1486b18d235b3e716d Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 22 Sep 2016 08:35:39 -0400 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/newton Change-Id: I55b490d4abde61387531ce0832010aafe3ec89f1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0fa903831..e98f4ecb9 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt