From bf9554b13294491be45df3c886cf744c2a68ce24 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 14 Sep 2024 18:15:41 +0200 Subject: [PATCH] python312Packages.great-tables: allow local networking on darwin to fix a failing test --- pkgs/development/python-modules/great-tables/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/great-tables/default.nix b/pkgs/development/python-modules/great-tables/default.nix index a16f0328b3ba..6283a429f8b3 100644 --- a/pkgs/development/python-modules/great-tables/default.nix +++ b/pkgs/development/python-modules/great-tables/default.nix @@ -79,6 +79,8 @@ buildPythonPackage rec { "test_save_non_png" ]; + __darwinAllowLocalNetworking = true; + meta = { description = "Library for rendering and formatting dataframes"; homepage = "https://github.com/posit-dev/great-tables";