python3Packages.asyncssh: disable failing test

This was dropped in the last update but still keeps failing for me on
ZFS.
This commit is contained in:
Martin Weinelt
2026-07-05 17:34:31 +02:00
parent 57b0f811ac
commit 8c795b0c8e
@@ -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" ];