Debian Patches

Status for json-tricks/3.17.3-2

Patch Description Author Forwarded Bugs Origin Last update
fix-pytest-warnings.patch Do not use warns(None) to check for no warnings
warns(None) is an anti-pattern, and is explicitly forbidden starting
from pytest 8.0. Instead, we catch all warnings, and filter them to be
errors, so they will raise an (uncaught) exception. Drive-by importing
warns from pytest rather than the internal name.
Steve Kowalik <steven@wedontsleep.org> no upstream, https://github.com/mverleg/pyjson_tricks/pull/102 2025-02-20
tests-endian.patch Fix test failures on big-endian systems
Test data assumes tests are running on little-endian systems, or at least
that the native endianness is little. Obviously this breaks on big-endian
systems like s390x. Make the assumption explicit by adding "endian": "little"
to the to-decoded test-data.

Fixes FTBFS and CI test failures on s390x.
Chris Hofstaedtler <zeha@debian.org> yes debian upstream 2025-04-28

All known versions for source package 'json-tricks'

Links