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

Test expects ordered set on python3 #84

Open
itziakos opened this issue Jan 30, 2019 · 0 comments
Open

Test expects ordered set on python3 #84

itziakos opened this issue Jan 30, 2019 · 0 comments
Labels

Comments

@itziakos
Copy link
Member

See in recent builds of traits-enaml (python 3.6).

======================================================================
FAIL: test_set_subscribe (traits_enaml.tests.test_trait_operators.TraitOperatorsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/.edm/envs/traits-enaml-3.6-pyqt4/lib/python3.6/site-packages/traits_enaml/tests/test_trait_operators.py", line 238, in test_set_subscribe
    self.assertEquals(enaml_widget.text, expected)
AssertionError: "TraitSetObject({'2', '1'})" != "TraitSetObject({'1', '2'})"
- TraitSetObject({'2', '1'})
?                  ^    ^
+ TraitSetObject({'1', '2'})
?                  ^    ^
@itziakos itziakos added the bug label Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant