summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2020-10-27 01:22:13 +0530
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2020-10-27 19:32:36 +0530
commit55e316a45256d054d19425015ef13868a84c5ff1 (patch)
tree35e8e0bd09058550bf4a8cd69665ff0ad3b79b96
parent1acca46aa326cd8e5e594b416bf98e7d1a1d1f8c (diff)
downloadpip-55e316a45256d054d19425015ef13868a84c5ff1.tar.gz
Add the last line to the info message
-rw-r--r--src/pip/_internal/resolution/resolvelib/reporter.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pip/_internal/resolution/resolvelib/reporter.py b/src/pip/_internal/resolution/resolvelib/reporter.py
index dc7bc5ad4..e150c4948 100644
--- a/src/pip/_internal/resolution/resolvelib/reporter.py
+++ b/src/pip/_internal/resolution/resolvelib/reporter.py
@@ -35,6 +35,8 @@ class PipReporter(BaseReporter):
"This is taking longer than usual. You might need to provide the "
"dependency resolver with stricter constraints to reduce runtime."
"If you want to abort this run, you can press Ctrl + C to do so."
+ "To improve how pip performs, tell us that this happened here: "
+ "https://pip.pypa.io/surveys/backtracking"
)
}