python39Packages.holoviews: add import check

This commit is contained in:
Sandro Jäckel 2021-08-26 19:03:44 +02:00
parent c9be54ba97
commit bd4acec3bc
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -40,6 +40,8 @@ buildPythonPackage rec {
# tests not fully included with pypi release
doCheck = false;
pythonImportsCheck = [ "holoviews" ];
meta = with lib; {
description = "Python data analysis and visualization seamless and simple";
homepage = "http://www.holoviews.org/";