This generates an error due to the datetime type field, so manually build
the dict instead.
Related to T3003#57551
Differential D4967
launchpad: Remove call to dataclasses.asdict on lister state anlambert on Jan 28 2021, 7:18 PM. Authored by Tags None Subscribers None
Details
This generates an error due to the datetime type field, so manually build Related to T3003#57551
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D4967 (id=17727)Rebasing onto 46f5a50099... Current branch diff-target is up to date. Changes applied before testcommit 5aa7c8f2b21f78d32c70dee8d90076452bb712cc Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Thu Jan 28 19:15:58 2021 +0100 launchpad: Remove call to dataclasses.asdict on lister state This generates an error due to the datetime type field, so manually build the dict instead. Related to T3003#57551 See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/224/ for more details. |