requirements-build-test.txt 363 B

123456789101112131415161718192021
  1. # BUILD-TEST: required to do build tests of zephyr
  2. #
  3. # things used by twister or other things like code coverage or python
  4. # testing
  5. # used by twister for ansi color
  6. colorama
  7. # python lex/yex used by twister
  8. ply>=3.10
  9. # used for code coverage
  10. gcovr>=4.2
  11. coverage
  12. # used for west-command testing
  13. pytest
  14. mypy
  15. # used for mocking functions in pytest
  16. mock>=4.0.1