python310Packages.jupyter-highlight-selected-word: explicitly disable tests

This commit is contained in:
Gaetan Lepage
2023-08-19 11:46:11 +02:00
parent b9dab7ce25
commit bb244d60b9
@@ -14,6 +14,9 @@ buildPythonPackage rec {
hash = "sha256-KgM//SIfES46uZySwNR4ZOcolnJORltvThsmEvxXoIs=";
};
# This package does not have tests
doChecks = false;
pythonImportsCheck = [ "jupyter_highlight_selected_word" ];
meta = with lib; {