We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f25f8ff + 1d74e7a commit 5cc3114Copy full SHA for 5cc3114
news/12040.feature.rst
@@ -0,0 +1 @@
1
+make rejection messages slightly different between 1 and 8, so the user can make the difference.
src/pip/_internal/resolution/resolvelib/reporter.py
@@ -20,7 +20,7 @@ def __init__(self) -> None:
20
"requirements. This could take a while."
21
),
22
8: (
23
- "pip is looking at multiple versions of {package_name} to "
+ "pip is still looking at multiple versions of {package_name} to "
24
"determine which version is compatible with other "
25
26
0 commit comments