-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
Pin pip-tools to pip>=20.0 #1055
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1055 +/- ##
==========================================
- Coverage 99.51% 99.41% -0.10%
==========================================
Files 34 34
Lines 2478 2411 -67
Branches 312 297 -15
==========================================
- Hits 2466 2397 -69
- Misses 6 8 +2
Partials 6 6
Continue to review full report at Codecov.
|
4ee72e2
to
a9d56f4
Compare
Latest pip is 20.0 now, we'll add 20.0 after 20.1 being released. Remove master, since it's daily run by Github Actions.
a9d56f4
to
6a0a8e5
Compare
- handle ignore_dependencies - rename `req-tracker` to `resolver`
Since there are small numnbers of jobs now, it makes sense to run all jobs in one stage.
FTR, rebased onto master and ready to review. |
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.
Left a few comments, beside that, LGTM 👍
Amazing work, thanks a lot!
The CI now passes in ~7 minutes 😍 It was 1h 30min before. |
@jazzband/pip-tools Hey, y'all. It seems this PR is ready to merge, thus I'm going to do it tomorrow if nobody minds. This means we'll bump version to @vphilippon @auvipy thank you so much for reviewing this! Much appreciated 🙏 |
🥇 🎉 |
Refs #926.
Progress
pip<20.0
compatible codedo_import()
frompip_compat
modulepip<20.0
envs from tox.inipip<=20.0
jobs from travispip<=20.0
jobs from appveyorpip>=20
insetup.py
Changelog-friendly one-liner: Pin
pip-tools
topip>=20.0
.Contributor checklist
Provided the tests for the changes.