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 2aac073 commit 8968746Copy full SHA for 8968746
src/pip/_internal/resolution/resolvelib/reporter.py
@@ -28,8 +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. If you want to abort this run, you can press "
31
- "Ctrl + C to do so. To improve how pip performs, tell us what "
32
- "happened here: https://pip.pypa.io/surveys/backtracking"
+ "Ctrl + C to do so."
33
),
34
}
35
0 commit comments