mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python311Packages.dask-expr: fix darwin tests by allowing local networking
This commit is contained in:
parent
3ad32d9319
commit
7a0e777342
@ -51,6 +51,8 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "";
|
||||
homepage = "https://github.com/dask/dask-expr";
|
||||
|
Loading…
Reference in New Issue
Block a user