-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove deprecated features #5529
Conversation
It is no longer deprecated, but part of the normal code for 'config'
Those are not really deprecated anymore and are part of the normal code for config
This is no longer a deprecation so it makes sense to move it to the place where it is needed instead of leaving it in deprecated.py
Codecov Report
@@ Coverage Diff @@
## features #5529 +/- ##
============================================
- Coverage 96.08% 96.04% -0.05%
============================================
Files 117 117
Lines 25695 25533 -162
Branches 2493 2488 -5
============================================
- Hits 24690 24522 -168
- Misses 701 706 +5
- Partials 304 305 +1
Continue to review full report at Codecov.
|
…ments As suggested during review
Any more reviewers? |
@RonnyPfannschmidt can you please approve if it looks OK to you? |
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! |
Fix #5180
This is quite a large diff, but can be reviewed on a commit-by-commit basis.
While at it, I noticed a few features deprecated in 3.X and turned into errors still left constants in
deprecated.py
and tests indeprecated_test.py
. I've moved the constants (when applicable, sometimes I just inlined them) and tests to the their now appropriate location.