-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
1.8.4: pylint/test/acceptance/test_stdlib.py failures #2080
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
Comments
PCManticore
added a commit
that referenced
this issue
May 26, 2018
… not be available on all platforms. Found by #2080
PCManticore
added a commit
that referenced
this issue
May 26, 2018
… not be available on all platforms. Found by #2080
PCManticore
added a commit
that referenced
this issue
May 26, 2018
…sing io.StringIO. Found by #2080
Thanks @sandrotosi ! I think this is fixed now:
|
sushobhit27
pushed a commit
to sushobhit27/pylint
that referenced
this issue
Jun 8, 2018
… not be available on all platforms. Found by pylint-dev#2080
brycepg
pushed a commit
to brycepg/pylint
that referenced
this issue
Jun 14, 2018
In some cases the _proxied object points to another Instance, not to the Class of an Instance node (usually this happens with enum and with our hardcoded inference support for this library). Instead of getting a TypeError, we check before if the _proxied matches what we expect. Found by pylint-dev#2080
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
with the recent release of pylint 1.8.4, pylint/test/acceptance/test_stdlib.py fails every single test under python 2.7, with lines like:
while the only failure when running the test suite on python3.6 is:
The text was updated successfully, but these errors were encountered: