From cd12b83a51afbbcd313d78351f11deb722b4ffbe Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 7 Aug 2025 14:23:39 +0200 Subject: [PATCH] python3Packages.sanic: disable failing tests --- pkgs/development/python-modules/sanic/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/sanic/default.nix b/pkgs/development/python-modules/sanic/default.nix index 10fed42b4bda..94ce7ab55218 100644 --- a/pkgs/development/python-modules/sanic/default.nix +++ b/pkgs/development/python-modules/sanic/default.nix @@ -91,6 +91,8 @@ buildPythonPackage rec { "test_input_is_dir" # Racy, e.g. Address already in use "test_logger_vhosts" + # Event loop is closed + "test_create_server_trigger_events" ]; disabledTestPaths = [ @@ -100,6 +102,8 @@ buildPythonPackage rec { "typing/test_typing.py" # occasionally hangs "test_multiprocessing.py" + # Failed: async def functions are not natively supported. + "test_touchup.py" ]; # Avoid usage of nixpkgs-review in darwin since tests will compete usage