Skip to content

Commit

Permalink
Remove "legacy-resolver" option
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino committed Mar 28, 2021
1 parent 5c2aa9e commit 209a029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ def check_list_path_option(options):
metavar="feature",
action="append",
default=[],
choices=["legacy-resolver"],
choices=[],
help=("Enable deprecated functionality, that will be removed in the future."),
) # type: Callable[..., Option]

Expand Down

0 comments on commit 209a029

Please sign in to comment.