From baf7139fe45821748496d5cb086984240ccab7f8 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Tue, 1 Nov 2016 16:25:53 -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: I458b9446a72276ba2bfb9fbf04ce272a36943c6c Closes-Bug: #1638384 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 05308f7..9a15d17 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py34,py27,pep8 [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} PYTHONHASHSEED=0 deps = -r{toxinidir}/requirements.txt