From c45d23889a7dd4ba175de3dbf404e8ea777b2a9d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 12 Oct 2024 01:50:06 +0200 Subject: [PATCH] python312Packages.trio-asyncio: ignore DeprecationWarning --- pkgs/development/python-modules/trio-asyncio/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/trio-asyncio/default.nix b/pkgs/development/python-modules/trio-asyncio/default.nix index 7c8f0cbaa28b..821cd770caaf 100644 --- a/pkgs/development/python-modules/trio-asyncio/default.nix +++ b/pkgs/development/python-modules/trio-asyncio/default.nix @@ -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 = [