Skip to content
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

Test failures with Python 3.5 #274

Open
pylint-bot opened this issue Dec 1, 2015 · 1 comment
Open

Test failures with Python 3.5 #274

pylint-bot opened this issue Dec 1, 2015 · 1 comment
Labels

Comments

@pylint-bot
Copy link
Owner

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
Copy link
Owner Author

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!

@pylint-bot pylint-bot added the bug label Dec 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant