We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried running the tests on NixOS, Python 2 & 3 pass but pypy fails:
The text was updated successfully, but these errors were encountered: