From 88b03e55313590852e52a4bd9a06270ead9e138a Mon Sep 17 00:00:00 2001 From: crusaderky Date: Fri, 28 Feb 2025 12:21:47 +0000 Subject: [PATCH] TST: run tests without all libraries installed --- tests/_helpers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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