blob: c0f808880fbadc724fadced0a93448e0f362ab32 [file] [log] [blame]
Kumar Galaa4576812020-02-07 14:58:00 -06001# BUILD-TEST: required to do build tests of zephyr
2#
Kumar Gala3befd7d2021-01-13 12:08:34 -06003# things used by twister or other things like code coverage or python
Kumar Galaa4576812020-02-07 14:58:00 -06004# testing
5
Kumar Gala3befd7d2021-01-13 12:08:34 -06006# used by twister for ansi color
Kumar Galaa4576812020-02-07 14:58:00 -06007colorama
8
Kumar Gala3befd7d2021-01-13 12:08:34 -06009# python lex/yex used by twister
Kumar Galaa4576812020-02-07 14:58:00 -060010ply>=3.10
11
Kumar Galaa4576812020-02-07 14:58:00 -060012# used for code coverage
Dmitrii Golovanov97fab832023-10-26 07:42:28 +020013gcovr>=6.0
Aastha Grovere27cf152020-03-19 15:27:27 -070014coverage
Kumar Galaa4576812020-02-07 14:58:00 -060015
16# used for west-command testing
17pytest
Martí Bolívarbd827052020-08-21 15:47:22 -070018mypy
Aastha Grovercf72fe82020-06-01 16:08:20 -070019
20# used for mocking functions in pytest
Aastha Grovercb0f65e2020-07-08 21:39:05 -070021mock>=4.0.1