Skip to content

Commit f6a6843

Browse files
python-devicetree: CI hotfix
Pin the types-PyYAML version to 6.0.7. Version 6.0.8 is causing CI errors for other pull requests, so we need this in to get other PRs moving. Fixes: #46286 Signed-off-by: Martí Bolívar <[email protected]>
1 parent ab00842 commit f6a6843

File tree

1 file changed

+1
-1
lines changed
  • scripts/dts/python-devicetree

1 file changed

+1
-1
lines changed

scripts/dts/python-devicetree/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist=py3
55
deps =
66
setuptools-scm
77
pytest
8-
types-PyYAML
8+
types-PyYAML==6.0.7
99
mypy
1010
setenv =
1111
TOXTEMPDIR={envtmpdir}

0 commit comments

Comments
 (0)