Skip to content

Commit 9605b97

Browse files
committed
Correct default from disabled to auto. See #11939.
1 parent ebcc368 commit 9605b97

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

news/CD497476-8620-449D-8E31-799CDBCF3FD6.trivial.rst

Whitespace-only changes.

src/pip/_internal/cli/cmdoptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class PipOption(Option):
257257
"--keyring-provider",
258258
dest="keyring_provider",
259259
choices=["auto", "disabled", "import", "subprocess"],
260-
default="disabled",
260+
default="auto",
261261
help=(
262262
"Enable the credential lookup via the keyring library if user input is allowed."
263263
" Specify which mechanism to use [disabled, import, subprocess]."

0 commit comments

Comments
 (0)