python311Packages.dask-glm: fix darwin tests by allowing local networking

This commit is contained in:
Gaetan Lepage 2024-05-13 11:52:43 +02:00
parent c326b22baa
commit a386dfc86f

View File

@ -59,6 +59,8 @@ buildPythonPackage rec {
"test_determinism_distributed"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Generalized Linear Models with Dask";
homepage = "https://github.com/dask/dask-glm/";