From 8c795b0c8e5bed2a23f4c833f3def9545a5d7c66 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 5 Jul 2026 14:17:50 +0200 Subject: [PATCH] python3Packages.asyncssh: disable failing test This was dropped in the last update but still keeps failing for me on ZFS. --- pkgs/development/python-modules/asyncssh/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/asyncssh/default.nix b/pkgs/development/python-modules/asyncssh/default.nix index a9a4c4c9de93..57caf4fc3b30 100644 --- a/pkgs/development/python-modules/asyncssh/default.nix +++ b/pkgs/development/python-modules/asyncssh/default.nix @@ -82,6 +82,8 @@ buildPythonPackage rec { "test_forward_remote" # Seems weirdly filesystem specific "test_put_name_too_long" + # SFTP copy ends up with an empty file on ZFS + "test_copy_max_requests" ]; pythonImportsCheck = [ "asyncssh" ];