]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Temporarily disable doctest until genexps are in CVS
authorRaymond Hettinger <python@rcn.com>
Mon, 10 May 2004 14:08:42 +0000 (14:08 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 10 May 2004 14:08:42 +0000 (14:08 +0000)
Lib/test/test_deque.py

index 2afb179c20bc8f72274720df08e4ed9476c60064..e8d9ce49c7517a95e1c1f612b9ea3e35438ae518 100644 (file)
@@ -555,7 +555,7 @@ def test_main(verbose=None):
 
     # doctests
     from test import test_deque
-    test_support.run_doctest(test_deque, verbose)
+#    test_support.run_doctest(test_deque, verbose)
 
 if __name__ == "__main__":
     test_main(verbose=True)