File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
pkgs/development/python-modules/coffea Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,14 @@ buildPythonPackage rec {
9898 # https://github.com/CoffeaTeam/coffea/issues/1094
9999 "test_lumimask"
100100
101- # Flaky: FileNotFoundError: [Errno 2] No such file or directory: 'nminusone.npz'
101+ # Flaky: FileNotFoundError: [Errno 2] No such file or directory
102102 # https://github.com/scikit-hep/coffea/issues/1246
103- "test_packed_selection_nminusone_dak"
103+ "test_packed_selection_cutflow_dak" # cutflow.npz
104+ "test_packed_selection_nminusone_dak" # nminusone.npz
105+
106+ # AssertionError: bug in Awkward Array: attempt to convert TypeTracerArray into a concrete array
107+ "test_apply_to_fileset"
108+ "test_lorentz_behavior"
104109 ] ;
105110
106111 __darwinAllowLocalNetworking = true ;
You can’t perform that action at this time.
0 commit comments