Sabar Dasgupta
Sabar Dasgupta
I am having this same issue using OpenCV. The seg fault happens on `import cv2` after calling pytest. Downgrading to snapshottest 0.5.0 fixes the issue for me.
Here is an example of the bug: https://github.com/sabard/snapshottest-cv2-bug
BTW—this only happens on Python 3.7, not 3.8. Unfortunately, we need to use 3.7 for the version of OpenCV we're using.
Seeing the same issue.