python3Packages.python-backoff: ignore pytest 10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:32 +02:00
parent 3c9cf64035
commit f3758ad44b
@@ -32,6 +32,10 @@ buildPythonPackage (finalAttrs: {
responses
];
pytestFlags = [
"-Wignore::pytest.PytestRemovedIn10Warning"
];
meta = {
changelog = "https://github.com/python-backoff/backoff/blob/${finalAttrs.src.tag}/CHANGELOG.md";
description = "Python library providing function decorators for configurable backoff and retry";