tags 1122314 patch noowner 1122314 thanks Hi. My script "check-nocheck" tells me that the attached patch would be enough to fix the bug. But maybe there is a better fix, so I leave it to you.
Thanks.
commit 397414e625bdd9af222ebbe007a98619d5007535 Author: Santiago Vila <[email protected]> Date: Wed Dec 10 18:28:00 2025 +0100 d/control: Drop <!nocheck> from python3-myst-parser. Closes: #1122314. diff --git a/debian/control b/debian/control index 284da4e..b0f25ef 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: python3-all, python3-flaky <!nocheck>, python3-greenlet <!nocheck>, - python3-myst-parser <!nocheck>, + python3-myst-parser, python3-pytest <!nocheck>, python3-pytest-asyncio <!nocheck>, python3-setuptools,

