-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Requirements cleanup #6238
Requirements cleanup #6238
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6238 +/- ##
=======================================
Coverage 93.30% 93.30%
=======================================
Files 103 103
Lines 30360 30360
Branches 2729 2729
=======================================
Hits 28326 28326
Misses 1857 1857
Partials 177 177
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Hmm, all this exists to prevent long dependency installation time on CI, especially if dependencies are not cached previously. There is an alternative approach based on the constraints file.
Currently, dependabot looks on By the proposed change, dependabot should keep working, installation is reasonable fast, constraints are regenerated automatically. |
Merging the PR, dependabot post-update part may require additional tuning -- will do it by a separate PR if needed. |
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply cc1a5b9 on top of patchback/backports/3.8/cc1a5b988cace9e0da7d0a42131387928b4cbbde/pr-6238 Backporting merged PR #6238 into master
🤖 @patchback |
Backport to 3.9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply cc1a5b9 on top of patchback/backports/3.9/cc1a5b988cace9e0da7d0a42131387928b4cbbde/pr-6238 Backporting merged PR #6238 into master
🤖 @patchback |
Less aggressive alternative that still uses
Makefile
instead ofpre-commit
hooks