python312Packages.great-tables: allow local networking on darwin to fix a failing test

This commit is contained in:
Gaetan Lepage 2024-09-14 18:15:41 +02:00
parent 32e96c923e
commit bf9554b132

View File

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