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.
2 parents ece71c6 + e5c7494 commit 3ca2cedCopy full SHA for 3ca2ced
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