Skip to content

Commit f64476c

Browse files
committed
scripts: check_compliance: Fix traceback in junitparser
junitparser had a bug causing a traceback when running the checkpatch check compliance module, fix is in 4.0.1 of junitparser from this PR: weiwei/junitparser#168 Update requirements to make sure we get this version. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
1 parent 94fbf17 commit f64476c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scripts/requirements-actions.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gitpython>=3.1.41
1111
ijson
1212
intelhex
1313
junit2html
14-
junitparser>=2
14+
junitparser>=4.0.1
1515
lxml>=5.3.0
1616
mock
1717
mypy

scripts/requirements-actions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,9 @@ jmespath==1.0.1 \
475475
junit2html==31.0.2 \
476476
--hash=sha256:c7fd1f253d423f0df031d0cee8ef7d4d98d9f8bf6383a2d40dca639686814866
477477
# via -r requirements-actions.in
478-
junitparser==3.2.0 \
479-
--hash=sha256:b05e89c27e7b74b3c563a078d6e055d95cf397444f8f689b0ca616ebda0b3c65 \
480-
--hash=sha256:e14fdc0a999edfc15889b637390e8ef6ca09a49532416d3bd562857d42d4b96d
478+
junitparser==4.0.2 \
479+
--hash=sha256:94c3570e41fcaedc64cc3c634ca99457fe41a84dd1aa8ff74e9e12e66223a155 \
480+
--hash=sha256:d5d07cece6d4a600ff3b7b96c8db5ffa45a91eed695cb86c45c3db113c1ca0f8
481481
# via -r requirements-actions.in
482482
license-expression==30.4.1 \
483483
--hash=sha256:679646bc3261a17690494a3e1cada446e5ee342dbd87dcfa4a0c24cc5dce13ee \

scripts/requirements-compliance.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# zephyr-keep-sorted-start
55
clang-format>=15.0.0
66
gitlint
7-
junitparser>=2
7+
junitparser>=4.0.1
88
lxml>=5.3.0
99
pykwalify
1010
pylint>=3

0 commit comments

Comments
 (0)