Unverified Commit b7a7e0b3 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.plotly: disable Darwin test that needs osascript (#455368)

parents 7e6a8fee d44c3e01
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"