From f038e2232680d69598b265975b1eefe2d317d2b9 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Wed, 24 Jan 2018 18:04:00 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/queens Change-Id: Ia231d0251d2d1ae026952fa3883f9daecbf7ea57 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 80161ca..be8019f 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py35,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 # We want to support both vanilla stdlib and eventlet monkey patched