lol

python312Packages.linear-operator: disable flaky test

+1
+1
pkgs/development/python-modules/linear-operator/default.nix
··· 47 47 disabledTests = [ 48 48 # flaky numerical tests 49 49 "test_matmul_matrix_broadcast" 50 + "test_solve_matrix_broadcast" 50 51 "test_svd" 51 52 ]; 52 53