From 00ff698ae646fc5b0ab5d831efefd44f13840fd7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 22 Jan 2025 14:19:19 +0100 Subject: [PATCH] python312Packages.coffea: skip failing tests --- pkgs/development/python-modules/coffea/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/coffea/default.nix b/pkgs/development/python-modules/coffea/default.nix index 870c9f3b950f8..d4d1a9f2a17fc 100644 --- a/pkgs/development/python-modules/coffea/default.nix +++ b/pkgs/development/python-modules/coffea/default.nix @@ -98,9 +98,14 @@ buildPythonPackage rec { # https://github.com/CoffeaTeam/coffea/issues/1094 "test_lumimask" - # Flaky: FileNotFoundError: [Errno 2] No such file or directory: 'nminusone.npz' + # Flaky: FileNotFoundError: [Errno 2] No such file or directory # https://github.com/scikit-hep/coffea/issues/1246 - "test_packed_selection_nminusone_dak" + "test_packed_selection_cutflow_dak" # cutflow.npz + "test_packed_selection_nminusone_dak" # nminusone.npz + + # AssertionError: bug in Awkward Array: attempt to convert TypeTracerArray into a concrete array + "test_apply_to_fileset" + "test_lorentz_behavior" ]; __darwinAllowLocalNetworking = true;