summaryrefslogtreecommitdiff
path: root/tests/test_ssh_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
commit57201d2de9cd4080480cfed2fe2572fa1c908acb (patch)
treee16850c4aee5ff8be4dc9bdbb992ad3c44dfcdaa /tests/test_ssh_gss.py
parent60a89316aa817fb3ac03b7bf17572a69e928f6a0 (diff)
downloadparamiko-57201d2de9cd4080480cfed2fe2572fa1c908acb.tar.gz
Bump black up to 18.6b4
Diffstat (limited to 'tests/test_ssh_gss.py')
-rw-r--r--tests/test_ssh_gss.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_ssh_gss.py b/tests/test_ssh_gss.py
index cee6ce89..b6b50152 100644
--- a/tests/test_ssh_gss.py
+++ b/tests/test_ssh_gss.py
@@ -34,7 +34,6 @@ from .test_client import FINGERPRINTS
class NullServer(paramiko.ServerInterface):
-
def get_allowed_auths(self, username):
return "gssapi-with-mic,publickey"
@@ -69,7 +68,6 @@ class NullServer(paramiko.ServerInterface):
@needs_gssapi
class GSSAuthTest(unittest.TestCase):
-
def setUp(self):
# TODO: username and targ_name should come from os.environ or whatever
# the approved pytest method is for runtime-configuring test data.