python3Packages.spyder-kernels: fix tests on darwin (allow local networking)

This commit is contained in:
Gaetan Lepage
2026-02-09 15:12:02 +00:00
parent aba73afe91
commit 4d87f7d939
@@ -94,6 +94,8 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "spyder_kernels" ];
__darwinAllowLocalNetworking = true;
meta = {
description = "Jupyter kernels for Spyder's console";
homepage = "https://docs.spyder-ide.org/current/ipythonconsole.html";