From d44c3e010326cfffa0178f8a7ee2eba296282f01 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Fri, 24 Oct 2025 14:11:08 -0700 Subject: [PATCH] python3Packages.plotly: disable broken test on Darwin --- pkgs/development/python-modules/plotly/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/plotly/default.nix b/pkgs/development/python-modules/plotly/default.nix index cd89a0df1ae9..72713af57622 100644 --- a/pkgs/development/python-modules/plotly/default.nix +++ b/pkgs/development/python-modules/plotly/default.nix @@ -117,6 +117,8 @@ buildPythonPackage rec { ++ lib.optionals stdenv.hostPlatform.isDarwin [ # fails to launch kaleido subprocess "tests/test_optional/test_kaleido" + # requiress access to osascript, which is not available while building + "tests/test_plot.py::test_plot[plotly-psnr-rgb]" # numpy2 related error, RecursionError # See: https://github.com/plotly/plotly.py/issues/4852 "tests/test_plotly_utils/validators/test_angle_validator.py"