-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release branch 2.14 beta #6527
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
Release branch 2.14 beta #6527
Conversation
e31f321
to
2191c28
Compare
Sorry I know the review is hardcore but I don't think there's an easy way to move the deprecation in the changelog with a nice diff. The change in example pylintrc are automated. |
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.
Let's also request a review from @jacobtylerwalls, he trumps both of us in terms of spelling and English π
private API and most methods that were public on ``OptionsProviderMixIn`` have now been deprecated and will | ||
be removed in a future release. | ||
|
||
Ref #5392 |
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 diff
is horrible, but I'm just going to assume you copied these correctly π
Pull Request Test Coverage Report for Build 2299921384
π - Coveralls |
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.
Hooray! π
Blocked by #6529 |
I probably won't be able to get to the open issues with |
I have one last blocker PR which should be good to go in a couple of minutes. Edit: Opened #6569. Edit2: No longer blocked π |
74f5f1d
to
f0a1b1d
Compare
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.
Hm, shouldn't tbump
update the config examples to now also use MAIN
?
Hmm nice catch I just rebased without relaunching tbump. Let me fix that |
Update contributors and create release summary
29fd131
to
b5aad5f
Compare
@@ -10,3 +10,4 @@ pytest-profiling~=1.7 | |||
pytest-xdist~=2.5 | |||
# Type packages for mypy | |||
types-pkg_resources==0.1.3 | |||
tox>=3 |
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.
?
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.
We need that for tbump (upgrading the doc)
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.
We might want to install it only in tbump, as it's going to slow down every pipelines for no good reason though. But we also suggest using tox in the doc...
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.
Ah okay. Well, I think this is fine. Most people will install it anyway at some point.
Type of Changes
Description
Closes #6062