i3altlayout: Disable tests

+4
+4
pkgs/applications/window-managers/i3/altlayout.nix
··· 11 12 pythonPath = with python3Packages; [ enum-compat i3ipc docopt ]; 13 14 meta = with lib; { 15 maintainers = with maintainers; [ magnetophon ]; 16 description = "Helps you handle more efficiently your screen real estate in i3wm by auto-splitting windows on their longest side";
··· 11 12 pythonPath = with python3Packages; [ enum-compat i3ipc docopt ]; 13 14 + doCheck = false; 15 + 16 + pythonImportsCheck = [ "i3altlayout" ]; 17 + 18 meta = with lib; { 19 maintainers = with maintainers; [ magnetophon ]; 20 description = "Helps you handle more efficiently your screen real estate in i3wm by auto-splitting windows on their longest side";