pylint-bot / test

0 stars 0 forks source link

Test failures with Python 3.5 #274

Open pylint-bot opened 8 years ago

pylint-bot commented 8 years ago

Originally reported by: Brian Lane (BitBucket: bcl, GitHub: @bcl?)


I ran into a couple of test failures:

LoadModuleFromPathTest was failing on the 2nd pass because sys.just_once had been deleted.

In AstroidManagerTest there may be other hooks already present, so deleting 0 isn't correct. Removing -1 would likely work, but we may as well just look up the index and use that.


pylint-bot commented 8 years ago

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


Weird, nothing fails for me or in the CI. Could you send this as a PR? Thanks!