From: Brett Cannon Date: Fri, 11 Mar 2011 22:44:43 +0000 (-0500) Subject: Remove a now unneeded tweak to test_zipimport_support in order to not X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=755d5129c67223780d721d70c2126d87121b720d;p=python Remove a now unneeded tweak to test_zipimport_support in order to not fail under tracing. --- diff --git a/Lib/test/test_zipimport_support.py b/Lib/test/test_zipimport_support.py index e3dd3e99a2..f0e2fbc10c 100644 --- a/Lib/test/test_zipimport_support.py +++ b/Lib/test/test_zipimport_support.py @@ -175,11 +175,6 @@ class ZipSupportTests(unittest.TestCase): test_zipped_doctest.test_testfile, test_zipped_doctest.test_unittest_reportflags, ] - # These tests are skipped when a trace funciton is set - can_fail_due_to_tracing = [ - test_zipped_doctest.test_pdb_set_trace, - test_zipped_doctest.test_pdb_set_trace_nested, - ] for obj in known_good_tests: _run_object_doctest(obj, test_zipped_doctest)