python311Packages.coffea: fix darwin tests by allowing local networking

This commit is contained in:
Gaetan Lepage 2024-05-13 15:09:56 +02:00
parent 284b1e9a06
commit f2eef16cf5

View File

@ -88,6 +88,8 @@ buildPythonPackage rec {
"coffea"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis";
homepage = "https://github.com/CoffeaTeam/coffea";