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>
This commit is contained in:
parent
ab00842e42
commit
f6a6843471
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ envlist=py3
|
|||
deps =
|
||||
setuptools-scm
|
||||
pytest
|
||||
types-PyYAML
|
||||
types-PyYAML==6.0.7
|
||||
mypy
|
||||
setenv =
|
||||
TOXTEMPDIR={envtmpdir}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue