Dear Maintainer, Some of the test cases in scour return booleans. Returning non-None values from test cases was deprecated in https://github.com/pytest-dev/pytest/issues/7337 , so running these tests causes DeprecationWarning. Attached is a patch that makes them return None.
Hello Marnanel, Marnanel Thurman [2025-12-16 23:49 +0000]: Thanks! I see you already forwarded this upstream, which unfortunately seems rather dead 😠This does the opposite, I figure you accidentally reversed the patch. But it's all good, the upstream PR is correct. This does not affect the Debian build, so I mark it as "wontfix". Thanks! Martin