python312Packages.coffea: skip failing tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user