From 407dae3d8b06ccf2032feeb989f37cf515514d75 Mon Sep 17 00:00:00 2001 From: kangyufei Date: Fri, 11 Oct 2019 08:37:44 +0800 Subject: [PATCH] Update the constraints url Change-Id: Iaff0e5346a072908aa8af46005717bdc7bd005a0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 15007e632..f0d619abf 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py37,py36,py27,pep8,genpolicy [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages} whitelist_externals = find rm setenv =