1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #12040 from stonebig/patch-2

make rejection message for count 8 slightly different
This commit is contained in:
Stéphane Bidoul 2023-05-21 11:04:40 +02:00 committed by GitHub
commit 5cc311422c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
news/12040.feature.rst Normal file
View file

@ -0,0 +1 @@
make rejection messages slightly different between 1 and 8, so the user can make the difference.

View file

@ -20,7 +20,7 @@ class PipReporter(BaseReporter):
"requirements. This could take a while."
),
8: (
"pip is looking at multiple versions of {package_name} to "
"pip is still looking at multiple versions of {package_name} to "
"determine which version is compatible with other "
"requirements. This could take a while."
),