File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ def test_at_least_import_untested_modules(self):
1010 import bdb
1111 import cgitb
1212 import code
13- import compileall
1413
1514 import distutils .bcppcompiler
1615 import distutils .ccompiler
@@ -47,27 +46,20 @@ def test_at_least_import_untested_modules(self):
4746 import html .entities
4847 import imghdr
4948 import keyword
50- import linecache
5149 import macurl2path
5250 import mailcap
53- import nntplib
5451 import nturl2path
55- import opcode
5652 import os2emxpath
5753 import pstats
5854 import py_compile
5955 import sndhdr
60- import symbol
6156 import tabnanny
6257 import timeit
63- import token
6458 try :
6559 import tty # not available on Windows
6660 except ImportError :
6761 if support .verbose :
6862 print ("skipping tty" )
69- import webbrowser
70- import xml
7163
7264
7365def test_main ():
You can’t perform that action at this time.
0 commit comments