-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Do not use deprecated methods in PyLinter
#6293
Do not use deprecated methods in PyLinter
#6293
Conversation
Pull Request Test Coverage Report for Build 2161969338
π - 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.
The decrease in coverage makes me think that PyLinter might be used by Plugin lib and that it would be safer to remove that only after the deprecation period.
See my comment in #5392. I'll take a look at the coverage and see if there are drops that can be fixed, but there is more general problem behind this. |
@Pierre-Sassoulas I have fixed the coverage be re-enabling another test (in a hacky way). The coverage decrease is now due to some inner |
This change seems to cause a major regression. At least for Home Assistant the To reproduce, it's enough to install the basic HA requirements and run
|
Investigating! |
Did you bisect to this commit? I'm trying to replicate but I'm seeing difference in behaviour in |
Yes.
I'm using the stdlib |
Error found! PR incoming π |
The fact we merged without detecting the problem is worrying, maybe #5364 would have helped ? |
We actually had a test for this specific bug but our test was wrong π |
Type of Changes
Description