Skip to content

Commit

Permalink
parent af71f3c
Browse files Browse the repository at this point in the history
author Damian <damian.peter.shaw@gmail.com> 1633755088 -0400
committer Damian <damian.peter.shaw@gmail.com> 1633755088 -0400

parent 02b4f86
author Damian <damian.peter.shaw@gmail.com> 1633754869 -0400
committer Damian <damian.peter.shaw@gmail.com> 1633754928 -0400

parent 02b4f86
author Damian <damian.peter.shaw@gmail.com> 1633754869 -0400
committer Damian <damian.peter.shaw@gmail.com> 1633754892 -0400

Return a better error message if a `file:` URL is not found (pypa#10263)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>

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 <pradyunsg@gmail.com>

Fix mistake from merge
parent af71f3c
author Damian <damian.peter.shaw@gmail.com> 1633755088 -0400
committer Damian <damian.peter.shaw@gmail.com> 1633755088 -0400

parent 02b4f86
author Damian <damian.peter.shaw@gmail.com> 1633754869 -0400
committer Damian <damian.peter.shaw@gmail.com> 1633754928 -0400

parent 02b4f86
author Damian <damian.peter.shaw@gmail.com> 1633754869 -0400
committer Damian <damian.peter.shaw@gmail.com> 1633754892 -0400

Return a better error message if a `file:` URL is not found (pypa#10263)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>

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 <pradyunsg@gmail.com>

Fix mistake from merge
  • Loading branch information
notatallshaw committed Oct 9, 2021
1 parent 3e47811 commit 2c10e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_preference(
identifier: str,
resolutions: Mapping[str, Candidate],
candidates: Mapping[str, Iterator[Candidate]],
information: Mapping[str, Iterator["PreferenceInformation"]],
information: Mapping[str, Iterable["PreferenceInformation"]],
backtrack_causes: Sequence["RequirementInformation"],
) -> "Preference":
"""Produce a sort key for given requirement based on preference.
Expand Down

0 comments on commit 2c10e87

Please sign in to comment.