From a0355b48eadd6c191fa6699a2eae80fe76c7ff04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 7 Jul 2026 13:30:20 +0200 Subject: [PATCH] python314Packages.asyncssh: add comment --- pkgs/development/python-modules/asyncssh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/asyncssh/default.nix b/pkgs/development/python-modules/asyncssh/default.nix index 699b7853a7a0..6ee54dff36af 100644 --- a/pkgs/development/python-modules/asyncssh/default.nix +++ b/pkgs/development/python-modules/asyncssh/default.nix @@ -87,6 +87,7 @@ buildPythonPackage rec { "test_copy_max_requests" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ + # Requires network access "test_canonicalize_failure" ];