From 553eac88465bf4c49750fab09c73c181b435f7b1 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 11 Oct 2018 16:50:02 +0100 Subject: [PATCH] Use master upper-constraints Change-Id: I81f13085c6af09e01c8eacc04b9b9e1858f7affc --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c6a9b8c..ade532a 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [testenv] install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -r{toxinidir}/test-requirements.txt [testenv:pep8]