python312Packages.plotly: disable checks on darwin, unbreak
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user