zephyr/scripts/requirements-build-test.txt
Benjamin Cabé db47c899e3 scripts: ci: check_compliance: no need for lxml anymore
Remove an old workaround requiring lxml to be present as junitparser was
not working with xml.etree.ElementTree until version 3.0.0.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-07-23 09:31:28 +02:00

22 lines
377 B
Plaintext

# BUILD-TEST: required to do build tests of zephyr
#
# things used by twister or other things like code coverage or python
# testing
# used by twister for ansi color
colorama
# python lex/yex used by twister
ply>=3.10
# used for code coverage
gcovr>=6.0
coverage
# used for west-command testing
pytest
mypy
# used for JUnit XML parsing in CTest harness
junitparser>=3.0.0