@@ -7,115 +7,115 @@ index bc4f216a8..156846015 100644
77 # - The ordering matters for help display.
88 #
99- # Even though the module path starts with the same "pip._internal.commands"
10- + # Even though the module path starts with the same "pipenv.patched.pip_internal .commands"
10+ + # Even though the module path starts with the same "pipenv.patched.pip._internal .commands"
1111 # prefix, the full path makes testing easier (specifically when modifying
1212 # `commands_dict` in test setup / teardown).
1313 commands_dict: Dict[str, CommandInfo] = {
1414 "install": CommandInfo(
1515- "pip._internal.commands.install",
16- + "pipenv.patched.pip_internal .commands.install",
16+ + "pipenv.patched.pip._internal .commands.install",
1717 "InstallCommand",
1818 "Install packages.",
1919 ),
2020 "lock": CommandInfo(
2121- "pip._internal.commands.lock",
22- + "pipenv.patched.pip_internal .commands.lock",
22+ + "pipenv.patched.pip._internal .commands.lock",
2323 "LockCommand",
2424 "Generate a lock file.",
2525 ),
2626 "download": CommandInfo(
2727- "pip._internal.commands.download",
28- + "pipenv.patched.pip_internal .commands.download",
28+ + "pipenv.patched.pip._internal .commands.download",
2929 "DownloadCommand",
3030 "Download packages.",
3131 ),
3232 "uninstall": CommandInfo(
3333- "pip._internal.commands.uninstall",
34- + "pipenv.patched.pip_internal .commands.uninstall",
34+ + "pipenv.patched.pip._internal .commands.uninstall",
3535 "UninstallCommand",
3636 "Uninstall packages.",
3737 ),
3838 "freeze": CommandInfo(
3939- "pip._internal.commands.freeze",
40- + "pipenv.patched.pip_internal .commands.freeze",
40+ + "pipenv.patched.pip._internal .commands.freeze",
4141 "FreezeCommand",
4242 "Output installed packages in requirements format.",
4343 ),
4444 "inspect": CommandInfo(
4545- "pip._internal.commands.inspect",
46- + "pipenv.patched.pip_internal .commands.inspect",
46+ + "pipenv.patched.pip._internal .commands.inspect",
4747 "InspectCommand",
4848 "Inspect the python environment.",
4949 ),
5050 "list": CommandInfo(
5151- "pip._internal.commands.list",
52- + "pipenv.patched.pip_internal .commands.list",
52+ + "pipenv.patched.pip._internal .commands.list",
5353 "ListCommand",
5454 "List installed packages.",
5555 ),
5656 "show": CommandInfo(
5757- "pip._internal.commands.show",
58- + "pipenv.patched.pip_internal .commands.show",
58+ + "pipenv.patched.pip._internal .commands.show",
5959 "ShowCommand",
6060 "Show information about installed packages.",
6161 ),
6262 "check": CommandInfo(
6363- "pip._internal.commands.check",
64- + "pipenv.patched.pip_internal .commands.check",
64+ + "pipenv.patched.pip._internal .commands.check",
6565 "CheckCommand",
6666 "Verify installed packages have compatible dependencies.",
6767 ),
6868 "config": CommandInfo(
6969- "pip._internal.commands.configuration",
70- + "pipenv.patched.pip_internal .commands.configuration",
70+ + "pipenv.patched.pip._internal .commands.configuration",
7171 "ConfigurationCommand",
7272 "Manage local and global configuration.",
7373 ),
7474 "search": CommandInfo(
7575- "pip._internal.commands.search",
76- + "pipenv.patched.pip_internal .commands.search",
76+ + "pipenv.patched.pip._internal .commands.search",
7777 "SearchCommand",
7878 "Search PyPI for packages.",
7979 ),
8080 "cache": CommandInfo(
8181- "pip._internal.commands.cache",
82- + "pipenv.patched.pip_internal .commands.cache",
82+ + "pipenv.patched.pip._internal .commands.cache",
8383 "CacheCommand",
8484 "Inspect and manage pip's wheel cache.",
8585 ),
8686 "index": CommandInfo(
8787- "pip._internal.commands.index",
88- + "pipenv.patched.pip_internal .commands.index",
88+ + "pipenv.patched.pip._internal .commands.index",
8989 "IndexCommand",
9090 "Inspect information available from package indexes.",
9191 ),
9292 "wheel": CommandInfo(
9393- "pip._internal.commands.wheel",
94- + "pipenv.patched.pip_internal .commands.wheel",
94+ + "pipenv.patched.pip._internal .commands.wheel",
9595 "WheelCommand",
9696 "Build wheels from your requirements.",
9797 ),
9898 "hash": CommandInfo(
9999- "pip._internal.commands.hash",
100- + "pipenv.patched.pip_internal .commands.hash",
100+ + "pipenv.patched.pip._internal .commands.hash",
101101 "HashCommand",
102102 "Compute hashes of package archives.",
103103 ),
104104 "completion": CommandInfo(
105105- "pip._internal.commands.completion",
106- + "pipenv.patched.pip_internal .commands.completion",
106+ + "pipenv.patched.pip._internal .commands.completion",
107107 "CompletionCommand",
108108 "A helper command used for command completion.",
109109 ),
110110 "debug": CommandInfo(
111111- "pip._internal.commands.debug",
112- + "pipenv.patched.pip_internal .commands.debug",
112+ + "pipenv.patched.pip._internal .commands.debug",
113113 "DebugCommand",
114114 "Show information useful for debugging.",
115115 ),
116116 "help": CommandInfo(
117117- "pip._internal.commands.help",
118- + "pipenv.patched.pip_internal .commands.help",
118+ + "pipenv.patched.pip._internal .commands.help",
119119 "HelpCommand",
120120 "Show help for commands.",
121121 ),
0 commit comments