pylint-bot / test

0 stars 0 forks source link

install_requires = ['logilab-common<=0.63.0', 'six'] #167

Closed pylint-bot closed 8 years ago

pylint-bot commented 8 years ago

Originally reported by: BitBucket: sandrotosi, GitHub: @sandrotosi?


as the title suggests, are you sure about this dependency? should it be a >= instead of <= ?


pylint-bot commented 8 years ago

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?):


Initially yes, because 1.0 had a couple of fixes that were incompatible with 1.3.8. But since we dropped the use of logilab-common a few days ago, I'll backport that instead and we'll get rid of these inconsistencies.

pylint-bot commented 8 years ago

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?):


I just released 1.3.8. I didn't get rid of logilab-common in this release, since backporting the removal from the default branch isn't enough, being necessary an additional pylint release. Anyway, the dependency is fixed now to >=0.63.0. What 1.0+ is bringing in addition is the ability to understand namespace packages properly, but for now astroid 1.3.8 doesn't support that. Thanks.

pylint-bot commented 8 years ago

Original comment by BitBucket: sandrotosi, GitHub: @sandrotosi?:


thanks! I just uploaded astroid/1.3.8 to debian