@@ -783,7 +783,7 @@ specified packages due to conflicting dependencies (a
783
783
``ResolutionImpossible `` error).
784
784
785
785
This documentation is specific to the new resolver, which you can use
786
- with the flag ``--unstable -feature=resolver ``.
786
+ with the flag ``--use -feature=2020- resolver ``.
787
787
788
788
Understanding your error message
789
789
--------------------------------
@@ -1029,13 +1029,13 @@ Changes to the pip dependency resolver in 20.2 (2020)
1029
1029
=====================================================
1030
1030
1031
1031
pip 20.1 included an alpha version of the new resolver (hidden behind
1032
- an optional ``--unstable-feature=resolver `` flag). pip 20.2 includes a
1033
- robust beta of the new resolver (hidden behind an optional
1034
- ``--use-feature=2020-resolver `` flag) that we encourage you to
1035
- test. We will continue to improve the pip dependency resolver in
1036
- response to testers' feedback. Please give us feedback through the
1037
- `resolver testing survey `_. This will help us prepare to release pip
1038
- 20.3, with the new resolver on by default, in October.
1032
+ an optional ``--unstable-feature=resolver `` flag). pip 20.2 removes
1033
+ that flag, and includes a robust beta of the new resolver (hidden
1034
+ behind an optional ``--use-feature=2020-resolver `` flag) that we
1035
+ encourage you to test. We will continue to improve the pip dependency
1036
+ resolver in response to testers' feedback. Please give us feedback
1037
+ through the `resolver testing survey `_. This will help us prepare to
1038
+ release pip 20.3, with the new resolver on by default, in October.
1039
1039
1040
1040
Watch out for
1041
1041
-------------
0 commit comments