Apply upper constraints in release note build

... following the common pattern. Also skip installation of runtime
requirements because these are not actually used.

Change-Id: I633b598600b89fa64fe11b27e4ca428f858c8158
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2026-02-15 23:19:55 +09:00
parent 70ddd28187
commit c5e73ec0c5

View File

@@ -74,8 +74,6 @@ application-import-names = observabilityclient
[testenv:releasenotes]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
-r{toxinidir}/requirements.txt
allowlist_externals =
sphinx-build
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html