Skip to content

Commit 1f1a2e2

Browse files
decsnynashif
authored andcommitted
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 3b5bfd9 commit 1f1a2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-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)