From 3ce1714f5d2c23cfedda06147e209d515f9b8add Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 16 Sep 2016 10:18:48 +0200 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/newton Change-Id: I14d54929c915824fcf3959335713baa997b42c78 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f65566b226..32536ada76 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] basepython=python2.7 -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} INTEGRATION_TESTS=0