From c141e1b453e3528e370f56e5e1cce4088e36e4ef Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 15 Sep 2016 14:26:26 -0400 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/newton Change-Id: Iec794a0c3481e65316de672b8d2101578d465f3b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2221effdc..c89b39034 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} DISCOVER_DIRECTORY=murano/tests/unit