Page MenuHomeSoftware Heritage

test_serializers: Fix failing test since msgpack-python 1.0.3 release
ClosedPublic

Authored by anlambert on Nov 25 2021, 11:03 AM.

Details

Summary

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

Diff Detail

Event Timeline

Build is green

Patch application report for D6688 (id=24296)

Rebasing onto 8edcb95cd0...

Current branch diff-target is up to date.
Changes applied before test
commit 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.

Remove debian folder added by mistake

Build is green

Patch application report for D6688 (id=24297)

Rebasing onto 8edcb95cd0...

Current branch diff-target is up to date.
Changes applied before test
commit 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.

This revision is now accepted and ready to land.Nov 25 2021, 11:09 AM