python3Packages.asyncclick: ignore pytest 10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-14 01:47:06 +02:00
parent 4970b0e394
commit a33b84bc60

View File

@@ -31,6 +31,7 @@ buildPythonPackage rec {
pytestFlags = [
"-Wignore::trio.TrioDeprecationWarning"
"-Wignore::pytest.PytestRemovedIn10Warning"
];
disabledTests = [