Skip to content

Commit cfbdc48

Browse files
committed
Update the docs URL shown for ResolutionImpossible errors
Previously the `ResolutionImpossible` error message referenced: https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies However that section was moved in #10279, to: https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts Updating the URL not only saves a click, but also saves having to find the related content halfway-down the dependency resolution page, since the forwarding link was to the top of the page rather than the specific section.
1 parent c99e912 commit cfbdc48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/4A6F604D-DDAB-4F85-BA92-7C81C811D07A.trivial.rst

Whitespace-only changes.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,6 @@ def describe_trigger(parent: Candidate) -> str:
696696

697697
return DistributionNotFound(
698698
"ResolutionImpossible: for help visit "
699-
"https://pip.pypa.io/en/latest/user_guide/"
700-
"#fixing-conflicting-dependencies"
699+
"https://pip.pypa.io/en/latest/topics/dependency-resolution/"
700+
"#dealing-with-dependency-conflicts"
701701
)

0 commit comments

Comments
 (0)