From c0f6f0b2f670e171dd61fd9d6cdd46aa1f9e1868 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Thu, 26 Sep 2019 14:15:05 +0800 Subject: [PATCH] Update the constraints url For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I92f3c33ff9e81158da52566f6111bccadd4028ae --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1beb7e78..4a14a9d1 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = passenv = *_proxy *_PROXY deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt whitelist_externals = bash