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

This commit is contained in:
Gaetan Lepage 2024-05-13 13:58:01 +02:00
parent 7a0e777342
commit 284b1e9a06

View File

@ -77,6 +77,8 @@ buildPythonPackage rec {
"test_basic_root_works"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Native Dask collection for awkward arrays, and the library to use it";
homepage = "https://github.com/dask-contrib/dask-awkward";