about summary refs log tree commit diff
path: root/pkgs/development/python-modules/holoviews
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-08-26 19:03:44 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-08-26 19:03:44 +0200
commitbd4acec3bc51ac6c0be3e4ece714f227e582c80a (patch)
tree6ab4085edd17cbf68faef4dd6c7401ac15592add /pkgs/development/python-modules/holoviews
parentc9be54ba97fc9bab0dd761211bf99d4b83fdb092 (diff)
python39Packages.holoviews: add import check
Diffstat (limited to 'pkgs/development/python-modules/holoviews')
-rw-r--r--pkgs/development/python-modules/holoviews/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/holoviews/default.nix b/pkgs/development/python-modules/holoviews/default.nix
index e83bb4157ff85..1b4996f4cb477 100644
--- a/pkgs/development/python-modules/holoviews/default.nix
+++ b/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/";