Skip to content

Commit 8a60892

Browse files
committed
fix py39
1 parent fcbeb30 commit 8a60892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
all_libraries.append('sparse')
1414

1515
def import_(library, wrapper=False):
16-
if library == 'cupy':
16+
if library in ('cupy', 'ndonnx'):
1717
pytest.importorskip(library)
1818
if wrapper:
1919
if 'jax' in library:

0 commit comments

Comments
 (0)