Skip to content

Fix broken test in Python 2.7 on master #81

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

Merged

Conversation

ashokdelphia
Copy link

Use a set for the comparison.

This shouldn't make a difference for current versions of Python, but in 2.7 this test is currently failing because it is comparing the list from .keys() to a set.

(I only noticed the broken test when I saw the broken test in the build for #78.)

This shouldn't make a difference for current versions of Python, but in 2.7 this test is currently failing because it is comparing the list from .keys() to a set.
@fitodic fitodic merged commit 15001ea into Styria-Digital:master Dec 14, 2020
@fitodic fitodic mentioned this pull request Dec 14, 2020
@ashokdelphia ashokdelphia deleted the fix-broken-python-2.7-test branch January 21, 2021 02:57
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.

2 participants