Breakend / experiment-impact-tracker

MIT License
266 stars 31 forks source link

fix for pickling error on macos + py3.8 #41

Closed jieru-hu closed 3 years ago

jieru-hu commented 3 years ago

when running on py38 the impact tracker fails with

AttributeError: Can't pickle local object 'processify.<locals>.process_func'

the same issue cannot reproduced on py37.

I think this is the same as this issue https://github.com/pytest-dev/pytest-flask/issues/104

To test: run example app in py36, 37, 38

Breakend commented 3 years ago

Looks good to me