summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-18 18:45:30 +0100
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-31 09:47:09 +0200
commitbc3feef9ccc1ffb295703002fad7eaae061633c1 (patch)
treeffb20c4530bd62e61d36379e719cd36eb6f8edf3 /tests
parent48986a6d1f4acba7051bf489f11eb667e1c18398 (diff)
downloadpip-bc3feef9ccc1ffb295703002fad7eaae061633c1.tar.gz
Remove setup.py install legacy
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/test_show.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/functional/test_show.py b/tests/functional/test_show.py
index a7e9022a5..3361eb3ec 100644
--- a/tests/functional/test_show.py
+++ b/tests/functional/test_show.py
@@ -4,9 +4,6 @@ import re
from pip import __version__
from pip._internal.commands.show import search_packages_info
-from pip._internal.operations.install.legacy import (
- write_installed_files_from_setuptools_record,
-)
from pip._internal.utils.unpacking import untar_file
from tests.lib import PipTestEnvironment, TestData, create_test_package_with_setup