mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Temporarily disable doctest until genexps are in CVS
This commit is contained in:
parent
c533c986e8
commit
300fa1d3b2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue