zephyr/scripts/requirements-compliance.txt
Henri Xavier b187477fe7 scripts: Upgrade to junitparser v2+
There is a breaking change in Junitparser 'TestCase.result' between
v1.x and v2.x.

Update check_compliance.py minimally to take into account this change.

This avoids relying on an outdated package.

Signed-off-by: Henri Xavier <datacomos@huawei.com>
2022-08-03 14:04:36 -04:00

8 lines
157 B
Plaintext

# COMPLIANCE: required by the compliance scripts
# used by ci/check_compliance
python-magic
python-magic-bin; sys_platform == "win32"
junitparser>=2
pylint