Broken by swh-core 0.12.0 (777ea186fa8d31a972ccc15abb7c42297e0a399f / D4690)
Fixes T4013#80819
Differential D7345
adm_deposit_reschedule: Fix "can not serialize 'datetime.datetime' object" vlorentz on Mar 15 2022, 10:04 AM. Authored by
Details
Broken by swh-core 0.12.0 (777ea186fa8d31a972ccc15abb7c42297e0a399f / D4690) Fixes T4013#80819 Not tested
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D7345 (id=26555)Rebasing onto 043b96dad3... Current branch diff-target is up to date. Changes applied before testcommit 2f6c6cdb9e4beb6d25455c94320123b5fdbd8e93 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Mar 15 10:03:06 2022 +0100 adm_deposit_reschedule: Fix "can not serialize 'datetime.datetime' object" Broken by swh-core 0.12.0 (777ea186fa8d31a972ccc15abb7c42297e0a399f) Link to build: https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/817/ Comment Actions Build is green Patch application report for D7345 (id=26557)Rebasing onto 043b96dad3... Current branch diff-target is up to date. Changes applied before testcommit 5d7f67953406063ab09eeb3c40b44f9ea629aded Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Mar 15 10:03:06 2022 +0100 adm_deposit_reschedule: Fix "can not serialize 'datetime.datetime' object" Broken by swh-core 0.12.0 (777ea186fa8d31a972ccc15abb7c42297e0a399f) See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/818/ for more details. Comment Actions msgpack (legitimately) cannot serialize a naive datetime, because it needs to convert to a UNIX timestamp |