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" ];