python312Packages.plotly: remove doCheck = false

This commit is contained in:
Gavin John
2024-10-07 11:32:43 -07:00
parent fcfb2f3d4d
commit 78f07e58ce
@@ -39,9 +39,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "plotly" ];
# No tests in archive
doCheck = false;
meta = with lib; {
description = "Python plotting library for collaborative, interactive, publication-quality graphs";
downloadPage = "https://github.com/plotly/plotly.py";