From 1aea356efca4f82eb7ee094bff21daf65512e700 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Tue, 1 Nov 2016 16:20:46 -0500 Subject: [PATCH] Use upper constraints from stable/newton This change set locks the upper constraints for tox to the stable/newton branch of the requirements project. Change-Id: Ia44c918f0c58ef45013840cbc426707f7dbb2b7c Closes-Bug: #1638384 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a950ad3..da274acb 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} {opts} {packages} +install_command = pip install -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