Commit 3059261b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python312Packages.plotly: disable checks on darwin, unbreak

parent 76b52d1f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,
  setuptools,
@@ -70,6 +71,9 @@ buildPythonPackage rec {
    scikit-image
  ];

  # the check inputs are broken on darwin
  doCheck = !stdenv.hostPlatform.isDarwin;

  disabledTests = [
    # FAILED plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots - AssertionError: assert '3' == '2'
    "test_legend_dots"