b187477fe7
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>
8 lines
157 B
Plaintext
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
|