lol

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

+3
+3
pkgs/development/python-modules/jupyter-highlight-selected-word/default.nix
··· 14 14 hash = "sha256-KgM//SIfES46uZySwNR4ZOcolnJORltvThsmEvxXoIs="; 15 15 }; 16 16 17 + # This package does not have tests 18 + doChecks = false; 19 + 17 20 pythonImportsCheck = [ "jupyter_highlight_selected_word" ]; 18 21 19 22 meta = with lib; {