remarkable-mouse: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-07 11:40:43 +01:00
parent ecbf33092c
commit 2ce71085bc
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,6 +11,10 @@ buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];
# no tests
doCheck = false;
pythonImportsCheck = [ "remarkable_mouse" ];
meta = with stdenv.lib; {
description = "A program to use a reMarkable as a graphics tablet";
homepage = "https://github.com/evidlo/remarkable_mouse";