python39Packages.pyviz-comms: add import check

+2
+2
pkgs/development/python-modules/pyviz-comms/default.nix
··· 19 19 # there are not tests with the package 20 20 doCheck = false; 21 21 22 + pythonImportsCheck = [ "pyviz_comms" ]; 23 + 22 24 passthru.tests = { 23 25 inherit panel; 24 26 };