From 4058c7f37900840170dccbd8d3cb110e01a2f1c1 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 7 Mar 2025 18:49:44 +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: If5ad860a65c1d4934ad47fb06f1f3386b4550008 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index db0e7dd..14b9d13 100644 --- a/tox.ini +++ b/tox.ini @@ -98,7 +98,7 @@ import_exceptions = cloudkittyclient.i18n [testenv:releasenotes] 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 = sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html