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

This commit is contained in:
Gaetan Lepage 2024-05-13 13:34:57 +02:00
parent 3ad32d9319
commit 7a0e777342

View File

@ -51,6 +51,8 @@ buildPythonPackage rec {
pytestCheckHook
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "";
homepage = "https://github.com/dask/dask-expr";