We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d8ffa commit 04c1255Copy full SHA for 04c1255
1 file changed
pytest_flask/live_server.py
@@ -11,7 +11,7 @@
11
12
# force 'fork' on macOS
13
if platform.system() == "Darwin":
14
- multiprocessing.set_start_method("fork")
+ multiprocessing = multiprocessing.get_context("fork")
15
16
17
class LiveServer:
0 commit comments