python312Packages.trio-asyncio: ignore DeprecationWarning

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:58 +02:00
parent dcd5f162a6
commit c45d23889a
@@ -45,6 +45,8 @@ buildPythonPackage rec {
# RuntimeWarning: Can't run the Python asyncio tests because they're not installed
"-W"
"ignore::RuntimeWarning"
"-W"
"ignore::DeprecationWarning"
];
nativeCheckInputs = [