Skip to content

Commit e1dd4b4

Browse files
authored
Merge pull request #10516 from ziebam/iss9255-include-backtracking-docs-in-backtracking-output
2 parents 6e7096f + ac67bba commit e1dd4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def __init__(self) -> None:
2727
13: (
2828
"This is taking longer than usual. You might need to provide "
2929
"the dependency resolver with stricter constraints to reduce "
30-
"runtime. If you want to abort this run, you can press "
31-
"Ctrl + C to do so."
30+
"runtime. See https://pip.pypa.io/warnings/backtracking for "
31+
"guidance. If you want to abort this run, press Ctrl + C."
3232
),
3333
}
3434

0 commit comments

Comments
 (0)