-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Complete pip-tools setup (backport #5486) #5508
Conversation
bf3df92
to
93f7584
Compare
@greshilov when it's WIP, it's best to turn the PR into a draft |
f5ffbc2
to
288b728
Compare
I'd like to have a solution that works with dependabot. Can't we have just a few extra files on the top level? |
Also, this turned into a feature PR. We should first just make it work the same way as on master. And only then, explore remaking things on master. |
288b728
to
c11a02f
Compare
c11a02f
to
f58163e
Compare
f58163e
to
0bef9b7
Compare
0bef9b7
to
b0b376f
Compare
b0b376f
to
5ee3fa4
Compare
Done. |
@webknjaz eventually, differences with the master branch are not huge. The only problem I see is that dependencies have to be pinned using |
@@ -0,0 +1,2 @@ | |||
-r doc.txt | |||
sphinxcontrib-spelling==7.1.0; platform_system!="Windows" # We only use it in Travis CI |
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.
Lol we switched two CI systems after Travis. But nevermind, the comment not vital for this PR.
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.
Thanks for all the effort you've put into this!
Do you think this could cause issues with dependabot? |
I don't think so, but we'll see :) |
What do these changes do?
Backport #5486.
Are there changes in behavior for the user?
No.
Related issue number
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.