-
-
Notifications
You must be signed in to change notification settings - Fork 611
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 pip>=20.0 support #1024
Add pip>=20.0 support #1024
Conversation
to create RequirementPreparer instance
It's moved to pip._internal.models.wheel
Codecov Report
@@ Coverage Diff @@
## master #1024 +/- ##
==========================================
+ Coverage 99.11% 99.32% +0.21%
==========================================
Files 34 34
Lines 2364 2371 +7
Branches 303 305 +2
==========================================
+ Hits 2343 2355 +12
+ Misses 11 8 -3
+ Partials 10 8 -2
Continue to review full report at Codecov.
|
@codingjoe @vphilippon it's ready to review. The release is gonna be soon. |
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.
😵 sooo many pip versions. But looks good.
The CI is still green, so it's ready to merge. A few days left to pip's release. Thanks, @codingjoe, for reviewing this! |
|
Release tracking issue: pypa/pip#7531
Changelog-friendly one-liner: Add pip>=20.0 support
Contributor checklist
Provided the tests for the changes.