Skip to content
Snippets Groups Projects

Workaround multiprocess changes in macOS Python 3.8

Merged Samuel GAIST requested to merge macos_multiprocess_workaround into master

The default implementation for the multiprocess changed from fork to spawn on macOS with Python 3.8. This merge request forces the use of fork for the tests on macOS. The runner will anyway use Linux so taking more time to solve this particular issue would not make much sense.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading