test_serializers: Fix failing test since msgpack-python 1.0.3 release
Exception thrown when packing a datetime without tzinfo has been changed from TypeError to ValueError.
See https://github.com/msgpack/msgpack-python/pull/466/files
Migrated from D6688 (view on Phabricator)