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
Differential D6688
test_serializers: Fix failing test since msgpack-python 1.0.3 release anlambert on Nov 25 2021, 11:03 AM. Authored by Tags None Subscribers None
Details
Exception thrown when packing a datetime without tzinfo has been changed See https://github.com/msgpack/msgpack-python/pull/466/files
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D6688 (id=24296)Rebasing onto 8edcb95cd0... Current branch diff-target is up to date. Changes applied before testcommit e6c7f4449e83d0f4c7379f5cbfb6a81e27d405a8 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Thu Nov 25 11:01:38 2021 +0100 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://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/252/ for more details. Comment Actions Build is green Patch application report for D6688 (id=24297)Rebasing onto 8edcb95cd0... Current branch diff-target is up to date. Changes applied before testcommit 51fd3073f938df5da8ebf2d4e8d93f6964e5b6e3 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Thu Nov 25 11:01:38 2021 +0100 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://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/253/ for more details. |