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