Skip to content

Commit 6cf679c

Browse files
authored
Merge pull request #262 from crusaderky/run_no_deps
TST: run tests without all libraries installed
2 parents 289203e + 88b03e5 commit 6cf679c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/_helpers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
]
99

1010
def import_(library, wrapper=False):
11-
if library in ('cupy', 'ndonnx'):
12-
pytest.importorskip(library)
11+
pytest.importorskip(library)
1312
if wrapper:
1413
if 'jax' in library:
1514
# JAX v0.4.32 implements the array API directly in jax.numpy

0 commit comments

Comments
 (0)