python313Packages.sshtunnel: disable failing test

This commit is contained in:
Fabian Affolter
2025-09-20 11:42:33 +02:00
parent c4bf8c39a2
commit aeb3a0032c
@@ -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; {