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