zephyr/scripts/requirements-build-test.txt
Aastha Grover cb0f65e410 requirements-build-test.txt: Updating mock module version
Updating mock module version to >=4.0.1 as sanitycheck testsuite
might fail in some systems due to old version.

Signed-off-by: Aastha Grover <aastha.grover@intel.com>
2020-07-09 06:26:28 -04:00

24 lines
425 B
Plaintext

# 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
# used for mocking functions in pytest
mock>=4.0.1