tags 1122302 patch noowner 1122302 thanks Hi. My script "check-nocheck" tells me that the attached patch would fix the bug. But I'm not confident enough to be sure that's the only possible fix, so I leave it to you.
Thanks.
commit 3343151e7ec4aa24d1fc64b117a98ef5549dd5c0 Author: Santiago Vila <[email protected]> Date: Wed Dec 10 18:23:00 2025 +0100 d/control: Drop <!nocheck> from python3-pytest-runner. Closes: #1122302. diff --git a/debian/control b/debian/control index bf5552b..82bf3c5 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: python3-pytest <!nocheck>, python3-pytest-asyncio <!nocheck>, python3-pytest-cov <!nocheck>, - python3-pytest-runner <!nocheck>, + python3-pytest-runner, python3-typing-extensions, Standards-Version: 4.7.2 Testsuite: autopkgtest-pkg-pybuild

