From the various configurations I tried, my best guess is that the meta-testing plugin (pytester) is causing the segfault when there are too many tests run especially inside "big" conda environments with pandas, etc.
Workaround: try to put as many tests as possible not in meta-test.
this happened today : log
From the various configurations I tried, my best guess is that the meta-testing plugin (
pytester
) is causing the segfault when there are too many tests run especially inside "big" conda environments with pandas, etc.Workaround: try to put as many tests as possible not in meta-test.