2020-02-07 21:58:00 +01:00
|
|
|
# BUILD-TEST: required to do build tests of zephyr
|
|
|
|
#
|
2021-01-13 19:08:34 +01:00
|
|
|
# things used by twister or other things like code coverage or python
|
2020-02-07 21:58:00 +01:00
|
|
|
# testing
|
|
|
|
|
2021-01-13 19:08:34 +01:00
|
|
|
# used by twister for ansi color
|
2020-02-07 21:58:00 +01:00
|
|
|
colorama
|
|
|
|
|
2021-01-13 19:08:34 +01:00
|
|
|
# python lex/yex used by twister
|
2020-02-07 21:58:00 +01:00
|
|
|
ply>=3.10
|
|
|
|
|
|
|
|
# used for code coverage
|
2023-10-26 07:42:28 +02:00
|
|
|
gcovr>=6.0
|
2020-03-19 23:27:27 +01:00
|
|
|
coverage
|
2020-02-07 21:58:00 +01:00
|
|
|
|
|
|
|
# used for west-command testing
|
|
|
|
pytest
|
2020-08-22 00:47:22 +02:00
|
|
|
mypy
|
2020-06-02 01:08:20 +02:00
|
|
|
|
|
|
|
# used for mocking functions in pytest
|
2020-07-09 06:39:05 +02:00
|
|
|
mock>=4.0.1
|