Remove a now unneeded tweak to test_zipimport_support in order to not

fail under tracing.
This commit is contained in:
Brett Cannon 2011-03-11 17:44:43 -05:00
parent 16c4ce1903
commit 755d5129c6
1 changed files with 0 additions and 5 deletions

View 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)