Kaydet (Commit) 755d5129 authored tarafından Brett Cannon's avatar Brett Cannon

Remove a now unneeded tweak to test_zipimport_support in order to not

fail under tracing.
üst 16c4ce19
...@@ -175,11 +175,6 @@ class ZipSupportTests(unittest.TestCase): ...@@ -175,11 +175,6 @@ class ZipSupportTests(unittest.TestCase):
test_zipped_doctest.test_testfile, test_zipped_doctest.test_testfile,
test_zipped_doctest.test_unittest_reportflags, 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: for obj in known_good_tests:
_run_object_doctest(obj, test_zipped_doctest) _run_object_doctest(obj, test_zipped_doctest)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment