Skip to content

Commit 9924e8e

Browse files
Revert "Guard import of multiprocessing"
This reverts commit bf42491.
1 parent bf42491 commit 9924e8e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

numcodecs/tests/test_entrypoints_backport.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
import importlib
22
import os.path
33
import sys
4-
5-
from numcodecs.tests.common import is_wasm
6-
7-
if not is_wasm: # pragma: no cover
8-
from multiprocessing import Process
4+
from multiprocessing import Process
95

106
import pytest
117

0 commit comments

Comments
 (0)