Skip to content

Commit 09fe699

Browse files
committed
Switch the default upgrade strategy
1 parent 25d9866 commit 09fe699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pip/commands/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(self, *args, **kw):
9595
cmd_opts.add_option(
9696
'--upgrade-strategy',
9797
dest='upgrade_strategy',
98-
default='non-eager',
98+
default='eager',
9999
choices=['non-eager', 'eager'],
100100
help='Determines how dependency upgrading should be handled. '
101101
'"eager" - dependencies are upgraded regardless of '

0 commit comments

Comments
 (0)