From 47874c415ff5bdef2e7c0b96cbe638694abf53ff Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 10 Mar 2025 09:13:15 +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: I627503efcf6b0c83514ba33c859a04568dfc5631 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 97a871c..916bca2 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = {posargs} [testenv:docs] allowlist_externals = rm deps = - -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/doc/requirements.txt commands = rm -fr doc/build