[resending body of message to 1106...@bugs.debian.org] I think the underlying issue might be in python3-fakeredis, not python3-redis, so I'm reassigning #1106650 there. Nevertheless...
> The DeprecationWarning for retry_on_timeout can certainly be suppressed > somehow if we really need python-redis 6.x in trixie. I think we do. I've attached a patch that ignores this warning in the testsuite alone. :) Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
diff --git pytest.ini pytest.ini index c0b5bbc..003bf81 100644 --- pytest.ini +++ pytest.ini @@ -24,3 +24,4 @@ filterwarnings = default:`np\.object` is a deprecated alias for the builtin `object`:DeprecationWarning # pytest-cov can't see into subprocesses; we'll see <100% covered if this is an issue ignore:Module hypothesis.* was previously imported, but not measured + ignore:.*deprecated usage of input argument/s 'retry_on_timeout':DeprecationWarning