summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r--tests/test_debug.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py
index 0132c1c8..985da40f 100644
--- a/tests/test_debug.py
+++ b/tests/test_debug.py
@@ -12,6 +12,8 @@ from tests.coveragetest import CoverageTest
class InfoFormatterTest(CoverageTest):
"""Tests of misc.info_formatter."""
+ run_in_temp_dir = False
+
def test_info_formatter(self):
lines = list(info_formatter([
('x', 'hello there'),