From 1c22282f3b2ada297d004476fca4998bdacb0569 Mon Sep 17 00:00:00 2001 From: esberglu Date: Mon, 12 Feb 2018 09:47:18 -0600 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/queens Update the stable/queens tox.ini to use the queens upper-constraints. This should not be merged until the queens branch is merged for the requirements repo. Change-Id: I5595cbca125c690c9fcf01ea17c66f4631f3b3a2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bc76dd2c..da0a7a01 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ install_command = pip install {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -egit+https://github.com/openstack/nova#egg=nova