From 093d401c624d341074cffd5f46a7accc227a393d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 23 Mar 2026 18:59:43 +0000 Subject: [PATCH] python3Packages.pytensor: skip crashing test --- pkgs/development/python-modules/pytensor/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/pytensor/default.nix b/pkgs/development/python-modules/pytensor/default.nix index 4b318865257d..de922e034e3a 100644 --- a/pkgs/development/python-modules/pytensor/default.nix +++ b/pkgs/development/python-modules/pytensor/default.nix @@ -90,6 +90,10 @@ buildPythonPackage (finalAttrs: { # AssertionError: equal_computations failed "test_infer_shape_db_handles_xtensor_lowering" + + # Crashes with jax>=0.9.0 + # in .../jax/_src/compiler.py", line 362 in backend_compile_and_load + "test_higher_order_derivatives" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Numerical assertion error