diff options
author | Georg Brandl <georg@python.org> | 2014-11-06 09:10:32 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-11-06 09:10:32 +0100 |
commit | db57e82afe3183d8a3a3a290cf635d2db52a38b6 (patch) | |
tree | ec0f5036612107916dcfa0e4204add4df2c58282 /tests/test_websupport.py | |
parent | d06ede265d488b60176b96ab5eef7728f67f759c (diff) | |
download | sphinx-git-db57e82afe3183d8a3a3a290cf635d2db52a38b6.tar.gz |
Stop removing temporary test data after tests.
Diffstat (limited to 'tests/test_websupport.py')
-rw-r--r-- | tests/test_websupport.py | 4 |
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() |