diff --git a/tests/_helpers.py b/tests/_helpers.py index 2c8f314b..17865aa0 100644 --- a/tests/_helpers.py +++ b/tests/_helpers.py @@ -8,8 +8,7 @@ ] def import_(library, wrapper=False): - if library in ('cupy', 'ndonnx'): - pytest.importorskip(library) + pytest.importorskip(library) if wrapper: if 'jax' in library: # JAX v0.4.32 implements the array API directly in jax.numpy