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

Multiprocess fork issue on MacOS #12

Open
harryyo opened this issue Jul 6, 2022 · 0 comments
Open

Multiprocess fork issue on MacOS #12

harryyo opened this issue Jul 6, 2022 · 0 comments

Comments

@harryyo
Copy link
Contributor

harryyo commented Jul 6, 2022

multiprocessing.set_start_method("fork") # Required on macOSX

Running pytest on MacOS can cause issues if multiprocessing method is not set to "fork".

We need to ideally find a solution that doesn't require os-specific logic in our code for tests to run

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

No branches or pull requests

1 participant