From e5c749464ae3a40797d57098747b5837b43c0550 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 17 Jan 2025 14:48:28 +0100 Subject: [PATCH] python312Packages.coffea: disable flaky test https://github.com/scikit-hep/coffea/issues/1246 --- pkgs/development/python-modules/coffea/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/coffea/default.nix b/pkgs/development/python-modules/coffea/default.nix index ff4870e21a5fac..870c9f3b950f87 100644 --- a/pkgs/development/python-modules/coffea/default.nix +++ b/pkgs/development/python-modules/coffea/default.nix @@ -97,6 +97,10 @@ buildPythonPackage rec { # Requires internet access # https://github.com/CoffeaTeam/coffea/issues/1094 "test_lumimask" + + # Flaky: FileNotFoundError: [Errno 2] No such file or directory: 'nminusone.npz' + # https://github.com/scikit-hep/coffea/issues/1246 + "test_packed_selection_nminusone_dak" ]; __darwinAllowLocalNetworking = true;