From aeb3a0032cefb7d399fff727f18284501fc0b41f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Sep 2025 11:42:33 +0200 Subject: [PATCH] python313Packages.sshtunnel: disable failing test --- pkgs/development/python-modules/sshtunnel/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/sshtunnel/default.nix b/pkgs/development/python-modules/sshtunnel/default.nix index 59a2bbd6243c..1cec6aca987b 100644 --- a/pkgs/development/python-modules/sshtunnel/default.nix +++ b/pkgs/development/python-modules/sshtunnel/default.nix @@ -35,6 +35,8 @@ buildPythonPackage rec { "test_get_keys" "connect_via_proxy" "read_ssh_config" + # Test doesn't work with paramiko < 4.0.0 and the patch above + "test_read_private_key_file" ]; meta = with lib; {