Skip to content

Commit 2c10e87

Browse files
committed
parent af71f3c
author Damian <[email protected]> 1633755088 -0400 committer Damian <[email protected]> 1633755088 -0400 parent 02b4f86 author Damian <[email protected]> 1633754869 -0400 committer Damian <[email protected]> 1633754928 -0400 parent 02b4f86 author Damian <[email protected]> 1633754869 -0400 committer Damian <[email protected]> 1633754892 -0400 Return a better error message if a `file:` URL is not found (pypa#10263) Co-authored-by: Tzu-ping Chung <[email protected]> Co-authored-by: Pradyun Gedam <[email protected]> Prefer failure causes when backtracking This fix is in the wrong PR confusing matters Change name to backtrack_causes Create is_backtrack_cause function Fix newlines Typo Fix in Comment Fix lint errors Add News Item Newline Better news. Fix known depths Fix known depths Fix known depths This fix is in the wrong PR confusing matters Change name to backtrack_causes Create is_backtrack_cause function Fix newlines Typo Fix in Comment Fix lint errors Better news. Update news/10479.feature.rst Co-authored-by: Pradyun Gedam <[email protected]> Fix mistake from merge parent af71f3c author Damian <[email protected]> 1633755088 -0400 committer Damian <[email protected]> 1633755088 -0400 parent 02b4f86 author Damian <[email protected]> 1633754869 -0400 committer Damian <[email protected]> 1633754928 -0400 parent 02b4f86 author Damian <[email protected]> 1633754869 -0400 committer Damian <[email protected]> 1633754892 -0400 Return a better error message if a `file:` URL is not found (pypa#10263) Co-authored-by: Tzu-ping Chung <[email protected]> Co-authored-by: Pradyun Gedam <[email protected]> Prefer failure causes when backtracking This fix is in the wrong PR confusing matters Change name to backtrack_causes Create is_backtrack_cause function Fix newlines Typo Fix in Comment Fix lint errors Add News Item Newline Better news. Fix known depths Fix known depths Fix known depths This fix is in the wrong PR confusing matters Change name to backtrack_causes Create is_backtrack_cause function Fix newlines Typo Fix in Comment Fix lint errors Better news. Update news/10479.feature.rst Co-authored-by: Pradyun Gedam <[email protected]> Fix mistake from merge
1 parent 3e47811 commit 2c10e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/resolution/resolvelib/provider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_preference(
7171
identifier: str,
7272
resolutions: Mapping[str, Candidate],
7373
candidates: Mapping[str, Iterator[Candidate]],
74-
information: Mapping[str, Iterator["PreferenceInformation"]],
74+
information: Mapping[str, Iterable["PreferenceInformation"]],
7575
backtrack_causes: Sequence["RequirementInformation"],
7676
) -> "Preference":
7777
"""Produce a sort key for given requirement based on preference.

0 commit comments

Comments
 (0)