From a3333f47415ee1a109d2bdf9137c1d2061d54305 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 7 Mar 2025 19:00:58 +0100 Subject: [PATCH] Use releases.openstack.org instead of opendev.org This is a more stable URL that will redirect to the correct location. Change-Id: I1cd1e72e8be1eac51829025cd09825267adb8597 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 33334efb..2f7c4070 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = pep8 [testenv] usedevelop = true deps = - -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt sitepackages = False