From 190d8bcea6085014b2ae6eff7256cc344419b19d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 10 Oct 2019 05:30:00 -0400 Subject: The C tracer can do dynamic contexts, so don't skip this test --- tests/test_html.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/test_html.py b/tests/test_html.py index 36bfad08..7c1c74f0 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -1046,10 +1046,6 @@ def html_data_from_cov(cov, morf): class HtmlWithContextsTest(HtmlTestHelpers, CoverageTest): """Tests of the HTML reports with shown contexts.""" - def setUp(self): - if not env.C_TRACER: - self.skipTest("Only the C tracer supports dynamic contexts") - super(HtmlWithContextsTest, self).setUp() SOURCE = """\ def helper(lineno): -- cgit v1.2.1