Skip to content

Commit 55e316a

Browse files
committed
Add the last line to the info message
1 parent 1acca46 commit 55e316a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ def __init__(self):
3535
"This is taking longer than usual. You might need to provide the "
3636
"dependency resolver with stricter constraints to reduce runtime."
3737
"If you want to abort this run, you can press Ctrl + C to do so."
38+
"To improve how pip performs, tell us that this happened here: "
39+
"https://pip.pypa.io/surveys/backtracking"
3840
)
3941
}
4042

0 commit comments

Comments
 (0)