3.7 Support
jrabbit opened this issue · 3 comments
jrabbit commented
I'm working on some polishing of clearly in my fork and noticed errors with 3.7 in the tests?
e.g.
___________________________________________________ test_expected_states_task[STARTED-STARTED-expected21] ____________________________________________________
self = <clearly.expected_state.ExpectedStateHandler object at 0x7f5b41078a20>, pre = 'STARTED', post = 'STARTED'
def states_through(self, pre, post):
if pre == post:
> raise StopIteration
E StopIteration
clearly/expected_state.py:28: StopIteration
rsalmei commented
Hey @jrabbit, how are you?
Well, that's very odd, I use 3.7 myself in my Clearly
development...
I'll test again and get back to you.
rsalmei commented
rsalmei commented
Well, I'm closing this one, as this bug has long gone.