summaryrefslogtreecommitdiffhomepage
path: root/tests/test_gssapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gssapi.py')
-rw-r--r--tests/test_gssapi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_gssapi.py b/tests/test_gssapi.py
index d7fbdd53..3e8c39e8 100644
--- a/tests/test_gssapi.py
+++ b/tests/test_gssapi.py
@@ -30,7 +30,6 @@ from .util import needs_gssapi
@needs_gssapi
class GSSAPITest(unittest.TestCase):
-
def setup():
# TODO: these vars should all come from os.environ or whatever the
# approved pytest method is for runtime-configuring test data.