[Python-checkins] Remove a now unneeded tweak to test_zipimport_support in order to not

brett.cannon python-checkins at python.org
Fri Mar 11 23:46:28 CET 2011


http://hg.python.org/cpython/rev/4daad4adaf46
changeset:   68387:4daad4adaf46
parent:      68383:ff0220c9d213
user:        Brett Cannon <brett at python.org>
date:        Fri Mar 11 17:44:43 2011 -0500
summary:
  Remove a now unneeded tweak to test_zipimport_support in order to not
fail under tracing.

files:
  Lib/test/test_zipimport_support.py

diff --git a/Lib/test/test_zipimport_support.py b/Lib/test/test_zipimport_support.py
--- a/Lib/test/test_zipimport_support.py
+++ b/Lib/test/test_zipimport_support.py
@@ -175,11 +175,6 @@
                     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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list