-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
remove the MARK_INFO_ATTRIBUTE warning until we can fix internal usage #2585
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
Conversation
0bc9e92
to
8df2635
Compare
Not sure if it makes sense to have a changelog for something which was never released - but LGTM otherwise, the |
Looks like flake8 is failing because there's now an unused |
I agree we don't need the changelog. 👍 |
btw, while we're at it, can we please add a test which fails on |
Definitely 👍 |
What if we turn all warnings into errors, explicitly ignoring those we have no control over (from external libraries for example) and overwrite specific rules in tests which expect the warnings to be displayed? I think this would prevent this error and others from creeping at us in the future. |
So essentially running pytest's testsuite with |
Possibly. What do you think @RonnyPfannschmidt? I guess you are short on time and won't be able to do this in this PR right? If that's the case, I propose to create a separate issue and tackle this soon®. I might have some time later this week, but if somebody else can get to this before then the better. |
8df2635
to
e8ccb71
Compare
e8ccb71
to
3dd31bb
Compare
Thanks @RonnyPfannschmidt, only thing left is removing the news file. Want me to do it before merging? |
3dd31bb
to
62556ba
Compare
Thanks @RonnyPfannschmidt! |
fixes #2573
Thanks for submitting a PR, your contribution is really appreciated!
Here's a quick checklist that should be present in PRs:
$issue_id.$type
for example (588.bug)removal
,feature
,bugfix
,vendor
,doc
ortrivial
bugfix
,vendor
,doc
ortrivial
fixes, targetmaster
; for removals or features targetfeatures
;Unless your change is a trivial or a documentation fix (e.g., a typo or reword of a small section) please:
AUTHORS
;