8 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-omFFuM5D0tk0s8aCbXe5E84QXFKOsuSUyJCz41Jd3zM=";
17 propagatedBuildInputs = [ param ];
19 # there are not tests with the package
22 pythonImportsCheck = [ "pyviz_comms" ];
29 description = "Launch jobs, organize the output, and dissect the results";
30 homepage = "https://pyviz.org/";
31 license = licenses.bsd3;