Skip to content

Commit

Permalink
python-devicetree: CI hotfix
Browse files Browse the repository at this point in the history
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 <marti.bolivar@nordicsemi.no>
  • Loading branch information
mbolivar-nordic authored and stephanosio committed Nov 27, 2022
1 parent a1ec9a6 commit 5359920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dts/python-devicetree/tox.ini
Expand Up @@ -5,7 +5,7 @@ envlist=py3
deps =
setuptools-scm
pytest
types-PyYAML
types-PyYAML==6.0.7
mypy
setenv =
TOXTEMPDIR={envtmpdir}
Expand Down

0 comments on commit 5359920

Please sign in to comment.