summaryrefslogtreecommitdiffhomepage
path: root/tests/test_kex_gss.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_kex_gss.py')
-rw-r--r--tests/test_kex_gss.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_kex_gss.py b/tests/test_kex_gss.py
index afddee08..c71ff91c 100644
--- a/tests/test_kex_gss.py
+++ b/tests/test_kex_gss.py
@@ -35,7 +35,6 @@ from .util import needs_gssapi
class NullServer(paramiko.ServerInterface):
-
def get_allowed_auths(self, username):
return "gssapi-keyex"
@@ -61,7 +60,6 @@ class NullServer(paramiko.ServerInterface):
@needs_gssapi
class GSSKexTest(unittest.TestCase):
-
@staticmethod
def init(username, hostname):
global krb5_principal, targ_name