ngchihuan

Results 4 comments of ngchihuan

Hi @RonnyPfannschmidt, Thanks a lot for the follow-up. Wondering what was the reason for not providing an api/hook to remove the traceback? Or the pytest team does not have this...

For others who also encounter this issue in their tests, I found a work-around ``` python import weakref import numpy as np import pytest N = 20_000_000 def get_data(n): d...

@Tinche Hi Tinche, thanks for looking into this. I used the orjson converter out of the box.