Skip to content

Commit 7081410

Browse files
authored
python312Packages.coffea: skip failing tests (NixOS#375864)
2 parents 13d1fa1 + 00ff698 commit 7081410

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pkgs/development/python-modules/coffea/default.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)