Skip to content

Commit 6d89224

Browse files
committed
Merge pull request pypa#8942 from brainwane/docs-8661
docs: Add how to default to new resolver
1 parent 8c2102a commit 6d89224

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/html/user_guide.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,12 @@ How to test
11311131
- If you have a build pipeline that depends on pip installing your
11321132
dependencies for you, check that the new resolver does what you
11331133
need.
1134+
1135+
- If you'd like pip to default to using the new resolver, run ``pip
1136+
config set global.use-feature 2020-resolver`` (for more on that
1137+
and the alternate ``PIP_USE_FEATURE`` environment variable
1138+
option, see `issue 8661`_).
1139+
11341140
- Run your project’s CI (test suite, build process, etc.) using the
11351141
new resolver, and let us know of any issues.
11361142
- If you have encountered resolver issues with pip in the past,
@@ -1257,6 +1263,7 @@ announcements on the `low-traffic packaging announcements list`_ and
12571263

12581264
.. _freeze: https://pip.pypa.io/en/latest/reference/pip_freeze/
12591265
.. _resolver testing survey: https://tools.simplysecure.org/survey/index.php?r=survey/index&sid=989272&lang=en
1266+
.. _issue 8661: https://github.com/pypa/pip/issues/8661
12601267
.. _our announcement on the PSF blog: http://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
12611268
.. _tensorflow: https://pypi.org/project/tensorflow/
12621269
.. _low-traffic packaging announcements list: https://mail.python.org/mailman3/lists/pypi-announce.python.org/

news/bc7f9ea0-030d-11eb-92cb-6b2b625d02fc.trivial

Whitespace-only changes.

0 commit comments

Comments
 (0)