From d5f6925e5641b5dfbfbb5a6b06ea6c888b5acca9 Mon Sep 17 00:00:00 2001 From: Ianna Osborne Date: Mon, 13 May 2024 17:31:05 +0200 Subject: [PATCH] fix: skip failing test when jax is not installed (#3112) * fix: skip failing test when jax is not installed * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- tests/test_2603_custom_behaviors_with_jax.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_2603_custom_behaviors_with_jax.py b/tests/test_2603_custom_behaviors_with_jax.py index 934ec46457..dc7804bf9d 100644 --- a/tests/test_2603_custom_behaviors_with_jax.py +++ b/tests/test_2603_custom_behaviors_with_jax.py @@ -7,6 +7,7 @@ import awkward as ak numba = pytest.importorskip("numba") +jax = pytest.importorskip("jax") def test():