Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/pip/_internal/resolution/resolvelib/factory.py
Co-authored-by: Richard Si <[email protected]>
  • Loading branch information
notatallshaw and ichard26 authored Oct 13, 2025
commit e8b475e3b0c786bc64bb988a246e84a37e6e1cc8
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ def describe_trigger(parent: Candidate) -> str:
msg = (
msg
+ "\n\n"
+ "Additionally, some projects in these conflicts have no "
+ "Additionally, some packages in these conflicts have no "
+ "matching distributions available for your environment:"
+ "\n "
+ "\n ".join(sorted(no_candidates))
Expand Down
Loading