Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jan 10, 2021
Merged

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

merged 2 commits into from
Jan 10, 2021

Conversation

jieru-hu
Copy link
Collaborator

@jieru-hu jieru-hu commented Jan 9, 2021

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 pytest-dev/pytest-flask#104

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

@jieru-hu jieru-hu requested a review from Breakend January 10, 2021 00:01
@Breakend
Copy link
Owner

Looks good to me

@Breakend Breakend merged commit 9997ff4 into master Jan 10, 2021
@Breakend Breakend deleted the py38 branch January 10, 2021 01:39
@jieru-hu jieru-hu mentioned this pull request Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants