mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-40443: Remove unused imports in tests (GH-19804)
This commit is contained in:
parent
57572b103e
commit
b1e11c31c5
18 changed files with 2 additions and 20 deletions
|
@ -39,7 +39,6 @@ class ConfigTestCase(support.LoggingSilencer,
|
|||
|
||||
@unittest.skipIf(sys.platform == 'win32', "can't test on Windows")
|
||||
def test_search_cpp(self):
|
||||
import shutil
|
||||
cmd = missing_compiler_executable(['preprocessor'])
|
||||
if cmd is not None:
|
||||
self.skipTest('The %r command is not found' % cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue