Browse Source

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 <marti.bolivar@nordicsemi.no>
pull/46272/head
Martí Bolívar 3 years ago committed by Marti Bolivar
parent
commit
f6a6843471
  1. 2
      scripts/dts/python-devicetree/tox.ini

2
scripts/dts/python-devicetree/tox.ini

@ -5,7 +5,7 @@ envlist=py3 @@ -5,7 +5,7 @@ envlist=py3
deps =
setuptools-scm
pytest
types-PyYAML
types-PyYAML==6.0.7
mypy
setenv =
TOXTEMPDIR={envtmpdir}

Loading…
Cancel
Save