Skip to content

Commit

Permalink
Merge pull request #8942 from brainwane/docs-8661
Browse files Browse the repository at this point in the history
docs: Add how to default to new resolver
  • Loading branch information
pradyunsg committed Oct 6, 2020
2 parents 812a3a9 + 3b44d70 commit a0f2f2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,12 @@ How to test
- If you have a build pipeline that depends on pip installing your
dependencies for you, check that the new resolver does what you
need.

- If you'd like pip to default to using the new resolver, run ``pip
config set global.use-feature 2020-resolver`` (for more on that
and the alternate ``PIP_USE_FEATURE`` environment variable
option, see `issue 8661`_).

- Run your project’s CI (test suite, build process, etc.) using the
new resolver, and let us know of any issues.
- If you have encountered resolver issues with pip in the past,
Expand Down Expand Up @@ -1671,6 +1677,7 @@ announcements on the `low-traffic packaging announcements list`_ and

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

0 comments on commit a0f2f2c

Please sign in to comment.