Skip to content

Commit

Permalink
v0.23.2: Troubleshoot cross-platform async & multiprocessing errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlibre committed May 31, 2024
1 parent c4e4bcd commit 57a1cdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
#


import multiprocessing


multiprocessing.freeze_support()


import sys
import json
import pytest
Expand Down

0 comments on commit 57a1cdd

Please sign in to comment.