remarkable-mouse: Disable tests

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