mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
raiseorlaunch: Disable tests
This commit is contained in:
parent
87a1698247
commit
ecbf33092c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user