diff options
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index c17b83bd..83dc4a16 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -3,7 +3,6 @@ import os.path import coverage -from coverage import env from coverage.backward import StringIO from coverage.control import Plugins from coverage.misc import CoverageException @@ -202,11 +201,6 @@ class PluginTest(CoverageTest): class FileTracerTest(CoverageTest): """Tests of plugins that implement file_tracer.""" - def setUp(self): - super(FileTracerTest, self).setUp() - if env.C_TRACER: - self.skip("Need Python tracer for plugin tests") - def test_plugin1(self): self.make_file("simple.py", """\ import try_xyz |