python314Packages.asyncssh: add comment

This commit is contained in:
Sandro Jäckel
2026-07-07 13:30:20 +02:00
committed by Sandro Jäckel
parent d5ae2397c7
commit a0355b48ea
@@ -87,6 +87,7 @@ buildPythonPackage rec {
"test_copy_max_requests"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Requires network access
"test_canonicalize_failure"
];