mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python311Packages.dask-glm: fix darwin tests by allowing local networking
This commit is contained in:
parent
c326b22baa
commit
a386dfc86f
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user