Skip to content

Commit

Permalink
doc: requirements: Add pyserial
Browse files Browse the repository at this point in the history
Since 7eaca45, pyserial is required for
building docs because `DeviceAdapter` from the `pytest-twister-harness`
plugin, which is imported by autodoc, now depends on it.

(cherry picked from commit 8c8e2f6)

Original-Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
GitOrigin-RevId: 8c8e2f6
Change-Id: I490a0fe97f243959e15d5b217ee5b341e920562f
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5569733
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
stephanosio authored and Chromeos LUCI committed May 24, 2024
1 parent 93e36a0 commit f6420b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ sphinx-sitemap
PyYAML>=6.0
pykwalify

# Used by pytest-twister-harness plugin
# Used by pytest-twister-harness plugin (imported by autodoc)
pytest
pyserial

# Doxygen doxmlparser
doxmlparser

0 comments on commit f6420b9

Please sign in to comment.