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 failing with pypy #16

Open
jtojnar opened this issue May 5, 2018 · 0 comments
Open

Tests failing with pypy #16

jtojnar opened this issue May 5, 2018 · 0 comments

Comments

@jtojnar
Copy link

jtojnar commented May 5, 2018

I tried running the tests on NixOS, Python 2 & 3 pass but pypy fails:

======================================================================
FAIL: test_clear (tests.test_orderedset.TestOrderedset)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/orderedset-2.0.1/tests/test_orderedset.py", line 89, in test_clear
    self.assertEqual(list(ws), [])
AssertionError: Lists differ: [frozenset([1])] != []

First list contains 1 additional elements.
First extra element 0:
frozenset([1])

- [frozenset([1])]
+ []

----------------------------------------------------------------------
Ran 32 tests in 0.031s

FAILED (failures=1)
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

No branches or pull requests

1 participant