We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e886c commit ac67bbaCopy full SHA for ac67bba
src/pip/_internal/resolution/resolvelib/reporter.py
@@ -28,7 +28,7 @@ def __init__(self) -> None:
28
"This is taking longer than usual. You might need to provide "
29
"the dependency resolver with stricter constraints to reduce "
30
"runtime. See https://pip.pypa.io/warnings/backtracking for "
31
- "tips and/or press Ctrl + C to abort this run."
+ "guidance. If you want to abort this run, press Ctrl + C."
32
),
33
}
34
0 commit comments