Skip to content

Commit 4f6f433

Browse files
committed
update literal type
1 parent bf6c79d commit 4f6f433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ def _index_array(arr: Array, index: Any) -> Any:
14091409
],
14101410
)
14111411
@pytest.mark.parametrize("store", ["local"], indirect=True)
1412-
def test_multiprocessing(store: Store, method: Literal["fork", "spawn"]) -> None:
1412+
def test_multiprocessing(store: Store, method: Literal["fork", "spawn", "forkserver"]) -> None:
14131413
"""
14141414
Test that arrays can be pickled and indexed in child processes
14151415
"""

0 commit comments

Comments
 (0)