forked from mirrors/nixpkgs
python39Packages.holoviews: add import check
This commit is contained in:
parent
c9be54ba97
commit
bd4acec3bc
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue