mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 06:13:38 +00:00
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>
22 lines
377 B
Plaintext
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
|