From 74fee6e786a4fe7ad5c3d77f089cb48819aa19c0 Mon Sep 17 00:00:00 2001 From: chenke Date: Thu, 20 Jun 2019 21:43:03 +0800 Subject: [PATCH] Switch to the new canonical constraints URL on master Reference: 1. http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Ib9ffa6c270091cb438c8e25af5026a7d2d6a1e9a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5b28bcd5..b1dbc7e7 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = docs,linters,functional [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} + pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} commands = /usr/bin/find . -type f -name "*.pyc" -delete passenv =