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 + ... ```
Unit tests fail in Python 3.7. Errors such as the following: