We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777abcf commit b635a94Copy full SHA for b635a94
tests/test_pssh_client.py
@@ -221,8 +221,9 @@ def test_pssh_client_timeout(self):
221
raise server.exception
222
except gevent.Timeout:
223
pass
224
- del client
225
- server.kill()
+ finally:
+ del client
226
+ server.kill()
227
228
def test_pssh_client_run_command_password(self):
229
"""Test password authentication. Embedded server accepts any password
0 commit comments