summaryrefslogtreecommitdiff
path: root/tests/test_websupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_websupport.py')
-rw-r--r--tests/test_websupport.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_websupport.py b/tests/test_websupport.py
index 9e88a60fe..7126e7d22 100644
--- a/tests/test_websupport.py
+++ b/tests/test_websupport.py
@@ -34,10 +34,6 @@ default_settings = {'builddir': tempdir / 'websupport',
'warning': StringIO()}
-def teardown_module():
- (tempdir / 'websupport').rmtree(True)
-
-
def with_support(*args, **kwargs):
"""Make a WebSupport object and pass it the test."""
settings = default_settings.copy()