summaryrefslogtreecommitdiff
path: root/tests/test_config_cmd.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-30 02:21:30 +0200
committerGitHub <noreply@github.com>2020-04-30 02:21:30 +0200
commitea19518aa139d623a4fad7d01159674ee43b9f15 (patch)
tree7db3e2442028eb18ff3e803d2a8b087c86830390 /tests/test_config_cmd.py
parent74e9f56dc7857cee680727406517c2c086511e12 (diff)
downloadpython-setuptools-git-ea19518aa139d623a4fad7d01159674ee43b9f15.tar.gz
bpo-40443: Remove unused imports in tests (GH-19804)
Diffstat (limited to 'tests/test_config_cmd.py')
-rw-r--r--tests/test_config_cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_config_cmd.py b/tests/test_config_cmd.py
index 8bd2c942..9aeab07b 100644
--- a/tests/test_config_cmd.py
+++ b/tests/test_config_cmd.py
@@ -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)