python312Packages.coffea: skip failing tests

This commit is contained in:
Gaetan Lepage
2025-01-22 14:19:19 +01:00
parent 092568bcda
commit 00ff698ae6
@@ -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;