python39Packages.pyviz-comms: add import check

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