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

tests fail python 3.5 #3534

Closed
brianmay opened this issue Oct 23, 2015 · 1 comment · Fixed by #3626
Closed

tests fail python 3.5 #3534

brianmay opened this issue Oct 23, 2015 · 1 comment · Fixed by #3626

Comments

@brianmay
Copy link

As far as I can tell your CI tests don't do Python 3.5 yet.

Looks like the error generated from python has changed.

=================================== FAILURES ===================================
____ TestUserSetter.test_calling_user_fails_when_attribute_error_is_raised _____
tests/test_request.py:269: in test_calling_user_fails_when_attribute_error_is_raised
    self.assertEqual(str(error), "'module' object has no attribute 'MISSPELLED_NAME_THAT_DOESNT_EXIST'")
E   AssertionError: "module 'rest_framework' has no attribute 'MISSPELLED_NAME_THAT_DOESNT_EXIST'" != "'module' object has no attribute 'MISSPELLED_NAME_THAT_DOESNT_EXIST'"
E   - module 'rest_framework' has no attribute 'MISSPELLED_NAME_THAT_DOESNT_EXIST'
E   ?       - ^ ^ -----------
E   + 'module' object has no attribute 'MISSPELLED_NAME_THAT_DOESNT_EXIST'
E   ? +       ^^^^ ^
========= 1 failed, 683 passed, 52 skipped, 2 warnings in 4.09 seconds =========
@xordoquy
Copy link
Collaborator

Thanks for reporting. Will run too on my local box to double check that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants