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
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -19,6 +19,8 @@ buildPythonPackage rec {
# there are not tests with the package
doCheck = false;
pythonImportsCheck = [ "pyviz_comms" ];
passthru.tests = {
inherit panel;
};