Commit Graph

1 Commits

Author SHA1 Message Date
Charalampos Stratakis
22f60ef6b0 Fix Python 3.9 compatibility
On Python 3.9 the array.tostring() was removed as it
was an alias to array.tobytes().

Also skip the test_unpack_args test for now as it fails
on Python 3.9 expecting a slightly different text output.
2020-01-06 17:29:28 +01:00