From b8cebdb9ff24009e11806294cc8417f4845e382f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 7 Apr 2026 08:42:20 +0000 Subject: [PATCH] python3Packages.blackjax: skip flaky numerical tests --- pkgs/development/python-modules/blackjax/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/blackjax/default.nix b/pkgs/development/python-modules/blackjax/default.nix index 8b746d71a285..54f6ea181707 100644 --- a/pkgs/development/python-modules/blackjax/default.nix +++ b/pkgs/development/python-modules/blackjax/default.nix @@ -79,11 +79,13 @@ buildPythonPackage (finalAttrs: { "test_barker" "test_mclmc" "test_mcse4" + "test_mean_and_std" "test_normal_univariate" "test_nuts__with_device" "test_nuts__with_jit" "test_nuts__without_device" "test_nuts__without_jit" + "test_smc__with_jit" "test_smc_waste_free__with_jit" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [