diff options
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 04eea3df..b1614832 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -863,8 +863,6 @@ class BadFileTracerTest(FileTracerTest): class ConfigurerPluginTest(CoverageTest): """Test configuring plugins.""" - run_in_temp_dir = False - def test_configurer_plugin(self): cov = coverage.Coverage() cov.set_option("run:plugins", ["tests.plugin_config"]) |