blob: 77fa81ca7fa15f2c513868d3aa0067d94c53e7c3 [file] [log] [blame]
# BUILD-TEST: required to do build tests of zephyr
#
# things used by sanitycheck or other things like code coverage or python
# testing
# used by sanitycheck for ansi color
colorama
# python lex/yex used by sanitycheck
ply>=3.10
# optional, but used for validation of YAML
pykwalify
# used for code coverage
gcovr>=4.2
coverage
# used for west-command testing
pytest
mypy
# used for mocking functions in pytest
mock>=4.0.1