mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
python3Packages.xarray: enable local networking on darwin to fix tests
This commit is contained in:
@@ -128,6 +128,8 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
pythonImportsCheck = [ "xarray" ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/pydata/xarray/blob/${finalAttrs.src.tag}/doc/whats-new.rst";
|
||||
description = "N-D labeled arrays and datasets in Python";
|
||||
|
||||
Reference in New Issue
Block a user