Commit bf9554b1 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

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

parent 32e96c92
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";