From 4108ed826096bc6c74e873aa87fda1a761ec2ee4 Mon Sep 17 00:00:00 2001 From: chenke Date: Wed, 3 Jul 2019 15:55:07 +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 2. https://github.com/openstack/nova/blob/master/tox.ini#L17 Change-Id: Ibf8ee07aa34096887e8e3a9b62176b7d3537055f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9d2d02c9..347375a7 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [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} setenv = VIRTUAL_ENV={envdir} OS_TEST_PATH=./karbor/tests/unit