From bd4acec3bc51ac6c0be3e4ece714f227e582c80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 26 Aug 2021 19:03:44 +0200 Subject: [PATCH] python39Packages.holoviews: add import check --- pkgs/development/python-modules/holoviews/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/holoviews/default.nix b/pkgs/development/python-modules/holoviews/default.nix index e83bb4157ff8..1b4996f4cb47 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/";