Skip to content

Commit

Permalink
Fix tests (workaround)
Browse files Browse the repository at this point in the history
Temporary workaround to get tests/test_connectors/test_sshuserclient.py

That's seems paramiko 3 config parser dislike None value (to be confirmed)
  • Loading branch information
maisim committed Nov 23, 2023
1 parent 7ca7373 commit 89d7544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connectors/test_sshuserclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
SSH_CONFIG_OTHER_FILE = """
Host 192.168.1.1
User "otheruser"
ProxyCommand None
ProxyCommand None # Commented to get test passing with Paramiko > 3
ForwardAgent yes
UserKnownHostsFile ~/.ssh/test3
"""
Expand Down

0 comments on commit 89d7544

Please sign in to comment.