-
Notifications
You must be signed in to change notification settings - Fork 173
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
pylint 1.3.1 (and astroid) fails: AttributeError: 'Class' object has no attribute '_is_subtype_of' #75
Comments
Hey that's great, it looked like it was going that direction. Thanks carlio. (There does appear to be motion towards finally sunsetting python2.6 in the community -- many other supporting test/linters I use to run tests to maintain py2.6 compatibility are continually slipping regressions with newer updates. Onward to 3.4!) |
The 0.8 release which just appeared will fix this, see #73 (comment) |
0.8 is now on pypi! Sorry for the delay, Christmas and all that you know, 🍰 and 🍻 |
I'd like to help remove the bounded constraint of excluding pylint 1.4.
Is there anything we do?
Do we need to make pylint compatible with python2.6 upstream to resolve it?
I have a bug that is resolved in pylint 1.4, but I am unable to pin the requirements without raising a VersionConflict due to the
_INSTALL_REQUIRES
in setup.py by @carlio 78369b0Bug is simple to reproduce, given a file containing
and using prospector's argument
--die-on-tool-error
:This was resolved in Nov. 23rd release, https://bitbucket.org/logilab/pylint/commits/6ef255203c84ed2210bf81be4c64cd1f566f953f
The text was updated successfully, but these errors were encountered: