]> granicus.if.org Git - python/commitdiff
Remove a now unneeded tweak to test_zipimport_support in order to not
authorBrett Cannon <brett@python.org>
Fri, 11 Mar 2011 22:44:43 +0000 (17:44 -0500)
committerBrett Cannon <brett@python.org>
Fri, 11 Mar 2011 22:44:43 +0000 (17:44 -0500)
fail under tracing.

Lib/test/test_zipimport_support.py

index e3dd3e99a2f64cb4d6d458128ab740d132498cae..f0e2fbc10c4c0861a1bb1f605aaf2c99f2cf50f7 100644 (file)
@@ -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)