i3altlayout: Disable tests
This commit is contained in:
parent
2ce71085bc
commit
55a9cbedca
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ python3Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
pythonPath = with python3Packages; [ enum-compat i3ipc docopt ];
|
pythonPath = with python3Packages; [ enum-compat i3ipc docopt ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "i3altlayout" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
maintainers = with maintainers; [ magnetophon ];
|
maintainers = with maintainers; [ magnetophon ];
|
||||||
description = "Helps you handle more efficiently your screen real estate in i3wm by auto-splitting windows on their longest side";
|
description = "Helps you handle more efficiently your screen real estate in i3wm by auto-splitting windows on their longest side";
|
||||||
|
|
Loading…
Reference in a new issue