summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-08-23 06:39:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-08-24 06:54:17 -0400
commitb701a0c3088f917e3fc5feb081a5b5166126d4f1 (patch)
treea86240561cf10d06b9dbf6db8c3ecfb907bb7f87
parent53d5da251b441c1896be707cf6c8bce2ce7d2cfe (diff)
downloadpython-coveragepy-git-b701a0c3088f917e3fc5feb081a5b5166126d4f1.tar.gz
SQL storage means more tests need temp directories
-rw-r--r--tests/test_api.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 854f9cc2..88da3468 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -512,8 +512,6 @@ class NamespaceModuleTest(UsingModulesMixin, CoverageTest):
class OmitIncludeTestsMixin(UsingModulesMixin, CoverageTestMethodsMixin):
"""Test methods for coverage methods taking include and omit."""
- run_in_temp_dir = False
-
def filenames_in(self, summary, filenames):
"""Assert the `filenames` are in the keys of `summary`."""
for filename in filenames.split():