#1123499 scour: tests should return None

Package:
scour
Source:
scour
Submitter:
Marnanel Thurman
Date:
2025-12-29 15:57:05 UTC
Severity:
normal
Tags:
#1123499#5
Date:
2025-12-16 23:49:16 UTC
From:
To:
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.

#1123499#10
Date:
2025-12-29 15:15:45 UTC
From:
To:
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