python3Packages.asyncclick: ignore pytest 10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:30 +02:00
parent 4a69532a6a
commit 260901e23f
@@ -31,6 +31,7 @@ buildPythonPackage rec {
pytestFlags = [
"-Wignore::trio.TrioDeprecationWarning"
"-Wignore::pytest.PytestRemovedIn10Warning"
];
disabledTests = [