From 448a35014e8a135271da938adf82e215cee3e689 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sat, 8 Jun 2024 22:02:13 +0900 Subject: [PATCH] python311Packages.pytest-notebook: set __darwinAllowLocalNetworking --- pkgs/development/python-modules/pytest-notebook/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pytest-notebook/default.nix b/pkgs/development/python-modules/pytest-notebook/default.nix index 52ce73e01526..f65d7efd9ea2 100644 --- a/pkgs/development/python-modules/pytest-notebook/default.nix +++ b/pkgs/development/python-modules/pytest-notebook/default.nix @@ -75,6 +75,8 @@ buildPythonPackage rec { "test_run_pass_with_meta" ]; + __darwinAllowLocalNetworking = true; + meta = { changelog = "https://github.com/chrisjsewell/pytest-notebook/blob/${src.rev}/docs/source/changelog.md"; description = "Pytest plugin for regression testing and regenerating Jupyter Notebooks";