We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab4a08 commit e5c7494Copy full SHA for e5c7494
pkgs/development/python-modules/coffea/default.nix
@@ -97,6 +97,10 @@ buildPythonPackage rec {
97
# Requires internet access
98
# https://github.com/CoffeaTeam/coffea/issues/1094
99
"test_lumimask"
100
+
101
+ # Flaky: FileNotFoundError: [Errno 2] No such file or directory: 'nminusone.npz'
102
+ # https://github.com/scikit-hep/coffea/issues/1246
103
+ "test_packed_selection_nminusone_dak"
104
];
105
106
__darwinAllowLocalNetworking = true;
0 commit comments