python3Packages.xarray: enable local networking on darwin to fix tests

This commit is contained in:
Gaetan Lepage
2026-08-15 19:55:43 +00:00
parent e4f0986b1c
commit 7fc4785fac

View File

@@ -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";