python313Packages.sshtunnel: disable failing test

Changed files
+2
pkgs
development
python-modules
sshtunnel
+2
pkgs/development/python-modules/sshtunnel/default.nix
···
"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; {