Loading pkgs/development/python-modules/plotly/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, setuptools, Loading Loading @@ -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" Loading Loading
pkgs/development/python-modules/plotly/default.nix +4 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, setuptools, Loading Loading @@ -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" Loading