Skip to content

Commit

Permalink
rename news
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jun 16, 2020
1 parent 6208671 commit feca106
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/8448.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a set of utilities in ``pip._internal.network.shallow`` for fetching metadata from remote wheel files without downloading the entire file. Link these utilities into the v2 resolver by adding a new ShallowWheelDistribution AbstractDistribution subclass. Expose this behavior via a --shallow-wheels command-line option to ``pip download``. This produces a marked performance improvement.
1 change: 0 additions & 1 deletion news/NNNN.feature

This file was deleted.

1 change: 1 addition & 0 deletions tests/unit/test_req.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def _basic_resolver(self, finder, require_hashes=False):
finder=finder,
require_hashes=require_hashes,
use_user_site=False,
use_shallow_wheels=False,
)
yield Resolver(
preparer=preparer,
Expand Down

0 comments on commit feca106

Please sign in to comment.