python39Packages.pyviz-comms: add import check

This commit is contained in:
Sandro Jäckel
2021-08-26 14:14:39 +02:00
parent 01a88ed7bd
commit d4fff5ecec
@@ -19,6 +19,8 @@ buildPythonPackage rec {
# there are not tests with the package
doCheck = false;
pythonImportsCheck = [ "pyviz_comms" ];
passthru.tests = {
inherit panel;
};