zephyr/scripts/requirements-build-test.txt
Marc Herbert 38eed65b2a scripts: move pip pykwalify from requirements-build-test to -base
... because zephyr_module needs it.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-01-18 16:56:24 -05:00

22 lines
363 B
Plaintext

# BUILD-TEST: required to do build tests of zephyr
#
# things used by twister or other things like code coverage or python
# testing
# used by twister for ansi color
colorama
# python lex/yex used by twister
ply>=3.10
# 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