raiseorlaunch: Disable tests

gstqt5
Sandro Jäckel 2021-01-07 11:40:32 +01:00
parent 87a1698247
commit ecbf33092c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -10,9 +10,12 @@ python3Packages.buildPythonApplication rec {
};
nativeBuildInputs = [ python3Packages.setuptools_scm ];
checkInputs = [ python3Packages.pytest ];
pythonPath = with python3Packages; [ i3ipc ];
# no tests
doCheck = false;
pythonImportsCheck = [ "raiseorlaunch" ];
meta = with lib; {
maintainers = with maintainers; [ winpat ];
description = "A run-or-raise-application-launcher for i3 window manager";