Skip to content

Commit

Permalink
python312Packages.coffea: skip failing tests (#375864)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 22, 2025
2 parents 13d1fa1 + 00ff698 commit 7081410
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/development/python-modules/coffea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7081410

Please sign in to comment.