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:
4
tox.ini
4
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user