From f5391431e87b09f8b247167938a08ef75b61d50a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 21 Dec 2024 00:55:01 +0100 Subject: [PATCH] python313Packages.pytest-benchmark: allow local networking on darwin --- pkgs/development/python-modules/pytest-benchmark/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pytest-benchmark/default.nix b/pkgs/development/python-modules/pytest-benchmark/default.nix index e66926d4c5cd..35f14ad921c9 100644 --- a/pkgs/development/python-modules/pytest-benchmark/default.nix +++ b/pkgs/development/python-modules/pytest-benchmark/default.nix @@ -48,6 +48,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "pytest_benchmark" ]; + __darwinAllowLocalNetworking = true; + nativeCheckInputs = [ freezegun git