Skip to content

Commit 5cc3114

Browse files
authored
Merge pull request #12040 from stonebig/patch-2
make rejection message for count 8 slightly different
2 parents f25f8ff + 1d74e7a commit 5cc3114

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/12040.feature.rst

+1
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self) -> None:
2020
"requirements. This could take a while."
2121
),
2222
8: (
23-
"pip is looking at multiple versions of {package_name} to "
23+
"pip is still looking at multiple versions of {package_name} to "
2424
"determine which version is compatible with other "
2525
"requirements. This could take a while."
2626
),

0 commit comments

Comments
 (0)