Skip to content

Commit 699efb5

Browse files
committed
nit: sparse
1 parent 20b959e commit 699efb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/_helpers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"array_api_strict", "jax.numpy", "sparse", "ndonnx"
99
]
1010

11-
# `sparse` added array API support as of Python 3.10.
12-
if sys.version_info >= (3, 10):
13-
all_libraries.append('sparse')
14-
1511
def import_(library, wrapper=False):
1612
if library in ('cupy', 'ndonnx'):
1713
pytest.importorskip(library)

0 commit comments

Comments
 (0)