zephyr/scripts/requirements-build-test.txt
Pieter De Gendt 0b67255b0f scripts: twister: Add CTest harness
Introduce a twister harness for CMake's CTest.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2025-01-10 04:12:42 +01:00

24 lines
422 B
Text

# 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 mocking functions in pytest
mock>=4.0.1
# used for JUnit XML parsing in CTest harness
junitparser