camel icon indicating copy to clipboard operation
camel copied to clipboard

Module tests fails in Python 3.7

Open greg-hellings opened this issue 7 years ago • 0 comments

Unit tests fail in Python 3.7. Errors such as the following:

>       assert dumped == expected_serialization
E       AssertionError: assert '!!python/complex 2j\n' == '!!python/complex 2j\n...\n'
E           !!python/complex 2j
E         + ...

greg-hellings avatar Sep 24 '18 04:09 greg-hellings