From 4ace13fe2b537f5b3ddd85c3ebb757aacfef3691 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 26 Jan 2018 14:08:16 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/queens Change-Id: I06c443613c80cdc9a84877ebec90def7bd449e30 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6210783..e1fd4f0 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py35,py34,py27,pep8 [testenv] install_command = pip install {opts} {packages} 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}/test-requirements.txt -r{toxinidir}/requirements.txt setenv = VIRTUAL_ENV={envdir}