i3altlayout: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-07 11:41:12 +01:00
parent 2ce71085bc
commit 55a9cbedca

View File

@@ -11,6 +11,10 @@ python3Packages.buildPythonApplication rec {
pythonPath = with python3Packages; [ enum-compat i3ipc docopt ];
doCheck = false;
pythonImportsCheck = [ "i3altlayout" ];
meta = with lib; {
maintainers = with maintainers; [ magnetophon ];
description = "Helps you handle more efficiently your screen real estate in i3wm by auto-splitting windows on their longest side";