We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbeb30 commit 8a60892Copy full SHA for 8a60892
tests/_helpers.py
@@ -13,7 +13,7 @@
13
all_libraries.append('sparse')
14
15
def import_(library, wrapper=False):
16
- if library == 'cupy':
+ if library in ('cupy', 'ndonnx'):
17
pytest.importorskip(library)
18
if wrapper:
19
if 'jax' in library:
0 commit comments