raiseorlaunch: Disable tests

+4 -1
+4 -1
pkgs/applications/misc/raiseorlaunch/default.nix
··· 10 }; 11 12 nativeBuildInputs = [ python3Packages.setuptools_scm ]; 13 - checkInputs = [ python3Packages.pytest ]; 14 pythonPath = with python3Packages; [ i3ipc ]; 15 16 meta = with lib; { 17 maintainers = with maintainers; [ winpat ];
··· 10 }; 11 12 nativeBuildInputs = [ python3Packages.setuptools_scm ]; 13 pythonPath = with python3Packages; [ i3ipc ]; 14 + 15 + # no tests 16 + doCheck = false; 17 + pythonImportsCheck = [ "raiseorlaunch" ]; 18 19 meta = with lib; { 20 maintainers = with maintainers; [ winpat ];