Skip installation to speed up pep8 check

... because most of the checks do not require tooz installed.

Note that changelog is removed from doc, to be replaced by release
notes published at https://docs.openstack.org/releasenotes/tooz/ .

Change-Id: I851e17c739f8000885404cbf2bfaa7d241f0b247
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-07-20 22:09:29 +09:00
parent 8df645f382
commit ca30baef77
3 changed files with 1 additions and 6 deletions

View File

@@ -1 +0,0 @@
.. include:: ../../../ChangeLog

View File

@@ -8,8 +8,3 @@ User Documentation
tutorial/index
drivers
compatibility
.. toctree::
:maxdepth: 1
history

View File

@@ -62,6 +62,7 @@ deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pep8]
skip_install = true
deps =
pre-commit
commands =