python3Packages.plotly: disable broken test on Darwin

This commit is contained in:
Sarah Clark
2025-10-24 14:11:08 -07:00
parent b9f7c7aa86
commit d44c3e0103

View File

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