Skip to content

Commit

Permalink
Update test_local.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencpope authored Jan 22, 2024
1 parent 7ab7239 commit 2aefa40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions descarteslabs/core/common/threading/tests/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@

import multiprocessing
import os
import platform
import sys
import unittest
import threading

from ..local import ThreadLocalWrapper

if platform.system() == "Darwin":
multiprocessing.set_start_method("fork")

class ThreadLocalWrapperTest(unittest.TestCase):
def setUp(self):
Expand Down

0 comments on commit 2aefa40

Please sign in to comment.