summaryrefslogtreecommitdiffhomepage
path: root/tests/test_ssh_exception.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-09 19:32:21 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-09 19:32:21 -0400
commitcf0c0efad500f3096aa10841edf12a5cc6050b06 (patch)
tree1749d8f41cea1333522f519b1f3314bf3e82e0b6 /tests/test_ssh_exception.py
parent4f77e76b8caaf3645841e291ab5081d415b14acb (diff)
parent224e284fa1694073117428d6eee49d7f88516c69 (diff)
Merge branch 'master' into 1233-int
Diffstat (limited to 'tests/test_ssh_exception.py')
-rw-r--r--tests/test_ssh_exception.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_ssh_exception.py b/tests/test_ssh_exception.py
index 6cc5d06a..d9e0bd22 100644
--- a/tests/test_ssh_exception.py
+++ b/tests/test_ssh_exception.py
@@ -5,7 +5,6 @@ from paramiko.ssh_exception import NoValidConnectionsError
class NoValidConnectionsErrorTest(unittest.TestCase):
-
def test_pickling(self):
# Regression test for https://github.com/paramiko/paramiko/issues/617
exc = NoValidConnectionsError({("127.0.0.1", "22"): Exception()})