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