-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing verbosity flag #875
Conversation
This would solve #874 |
Is the flag backported to previous pip versions? If not, and if always using it in PDM, then I think the minimum required pip version in pyproject.toml should also be upgraded? |
You need to ensure the fix works for the specified version range of Thanks |
Should I check if |
This, or check pip's version using importlib.metadata. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be done in the pip_shims
module, and other modules just import and use it. That is what the name pip_shims
stands for.
Ok. Should it be tested somehow? |
Codecov Report
@@ Coverage Diff @@
## main #875 +/- ##
==========================================
- Coverage 83.86% 83.34% -0.52%
==========================================
Files 74 74
Lines 6353 6359 +6
Branches 1315 1316 +1
==========================================
- Hits 5328 5300 -28
- Misses 707 746 +39
+ Partials 318 313 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thanks |
#874
Pull Request Check List
news/
describing what is new.Describe what you have changed in this PR.