From f6a68434711d8f0b065bdf99d06987690fce311a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Mon, 6 Jun 2022 08:30:11 -0700 Subject: [PATCH] python-devicetree: CI hotfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- scripts/dts/python-devicetree/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dts/python-devicetree/tox.ini b/scripts/dts/python-devicetree/tox.ini index 54b08ec0949..b2612487ac7 100644 --- a/scripts/dts/python-devicetree/tox.ini +++ b/scripts/dts/python-devicetree/tox.ini @@ -5,7 +5,7 @@ envlist=py3 deps = setuptools-scm pytest - types-PyYAML + types-PyYAML==6.0.7 mypy setenv = TOXTEMPDIR={envtmpdir}