python314Packages.asyncssh: disable another network test

This commit is contained in:
Sandro Jäckel
2026-07-07 13:30:20 +02:00
committed by Sandro Jäckel
parent f4ed966357
commit d5ae2397c7
@@ -16,6 +16,7 @@
pytestCheckHook,
python-pkcs11,
setuptools,
stdenv,
typing-extensions,
}:
@@ -84,6 +85,9 @@ buildPythonPackage rec {
"test_put_name_too_long"
# SFTP copy ends up with an empty file on ZFS
"test_copy_max_requests"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
"test_canonicalize_failure"
];
pythonImportsCheck = [ "asyncssh" ];