From 1c4cbd2b90270f65d04b91ddc5f86efa35bbc622 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 6 Feb 2018 10:59:58 -0500 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/queens Change-Id: I4f8bfcb803e323baa453b8e1143e4b1feefae8fd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 55bde815..facfc168 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py35,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/queens} {opts} {packages} setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1 NOSE_OPENSTACK_COLOR=1