Woops, set `post_mortem=False` by default again!
parent
8ea0f08386
commit
d802c8aa90
|
@ -315,7 +315,7 @@ def test_basic_payload_spec(
|
||||||
f"match type-spec: `{msg_type_str}.pld: PldMsg|NoneType`",
|
f"match type-spec: `{msg_type_str}.pld: PldMsg|NoneType`",
|
||||||
],
|
],
|
||||||
# only for debug
|
# only for debug
|
||||||
post_mortem=True,
|
# post_mortem=True,
|
||||||
),
|
),
|
||||||
p.open_context(
|
p.open_context(
|
||||||
child,
|
child,
|
||||||
|
|
Loading…
Reference in New Issue