remarkable-mouse: Disable tests

+4
+4
pkgs/applications/misc/remarkable/remarkable-mouse/default.nix
··· 11 12 propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ]; 13 14 meta = with stdenv.lib; { 15 description = "A program to use a reMarkable as a graphics tablet"; 16 homepage = "https://github.com/evidlo/remarkable_mouse";
··· 11 12 propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ]; 13 14 + # no tests 15 + doCheck = false; 16 + pythonImportsCheck = [ "remarkable_mouse" ]; 17 + 18 meta = with stdenv.lib; { 19 description = "A program to use a reMarkable as a graphics tablet"; 20 homepage = "https://github.com/evidlo/remarkable_mouse";