Skip to content

Commit 0787425

Browse files
authored
make rejection message for count 8 slightly different
1 parent f25f8ff commit 0787425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self) -> None:
2222
8: (
2323
"pip is looking at multiple versions of {package_name} to "
2424
"determine which version is compatible with other "
25-
"requirements. This could take a while."
25+
"requirements. This could take quite a while."
2626
),
2727
13: (
2828
"This is taking longer than usual. You might need to provide "

0 commit comments

Comments
 (0)