File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1545,6 +1545,12 @@ How to test
1545
1545
- If you have a build pipeline that depends on pip installing your
1546
1546
dependencies for you, check that the new resolver does what you
1547
1547
need.
1548
+
1549
+ - If you'd like pip to default to using the new resolver, run ``pip
1550
+ config set global.use-feature 2020-resolver `` (for more on that
1551
+ and the alternate ``PIP_USE_FEATURE `` environment variable
1552
+ option, see `issue 8661 `_).
1553
+
1548
1554
- Run your project’s CI (test suite, build process, etc.) using the
1549
1555
new resolver, and let us know of any issues.
1550
1556
- If you have encountered resolver issues with pip in the past,
@@ -1671,6 +1677,7 @@ announcements on the `low-traffic packaging announcements list`_ and
1671
1677
1672
1678
.. _freeze : https://pip.pypa.io/en/latest/reference/pip_freeze/
1673
1679
.. _resolver testing survey : https://tools.simplysecure.org/survey/index.php?r=survey/index&sid=989272&lang=en
1680
+ .. _issue 8661 : https://github.com/pypa/pip/issues/8661
1674
1681
.. _our announcement on the PSF blog : http://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
1675
1682
.. _tensorflow : https://pypi.org/project/tensorflow/
1676
1683
.. _low-traffic packaging announcements list : https://mail.python.org/mailman3/lists/pypi-announce.python.org/
You can’t perform that action at this time.
0 commit comments