python39Packages.holoviews: add import check

launchpad/nixpkgs/master
Sandro Jäckel 3 years ago
parent c9be54ba97
commit bd4acec3bc
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/development/python-modules/holoviews/default.nix

@ -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…
Cancel
Save