Skip to content

Commit 29afe3a

Browse files
committed
Fix sparse only being tested in 3.10 logic
1 parent b1d9d1e commit 29afe3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pytest
55

66
wrapped_libraries = ["numpy", "cupy", "torch", "dask.array"]
7-
all_libraries = wrapped_libraries + ["jax.numpy", "sparse"]
7+
all_libraries = wrapped_libraries + ["jax.numpy"]
88

99
# `sparse` added array API support as of Python 3.10.
1010
if sys.version_info >= (3, 10):

0 commit comments

Comments
 (0)