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

Fix tests on Python 3 #6

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Fix tests on Python 3 #6

merged 1 commit into from
Nov 25, 2019

Conversation

mgedmin
Copy link
Member

@mgedmin mgedmin commented Nov 25, 2019

They were seeing a deprecation warning they didn't expect to see.

Closes #5.

They were seeing a deprecation warning they didn't expect to see.

Closes #5.
@jugmac00 jugmac00 self-requested a review November 25, 2019 10:20
Copy link
Member

@jugmac00 jugmac00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

As a diehard pytest user, I was not aware of the assertEqual vs assertEquals issue.

cf https://stackoverflow.com/questions/930995/assertequals-vs-assertequal-in-python

@mgedmin mgedmin merged commit 4989cab into master Nov 25, 2019
@mgedmin mgedmin deleted the fix-tests branch November 25, 2019 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All Python 3 builds are failing
2 participants