From 0e858267b37884abc8721c49acfd172f53b04893 Mon Sep 17 00:00:00 2001 From: Julian Stecklina Date: Wed, 22 Nov 2023 18:56:46 +0100 Subject: git-machete: unbreak by disabling shell completion tests --- pkgs/applications/version-management/git-machete/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/applications/version-management') diff --git a/pkgs/applications/version-management/git-machete/default.nix b/pkgs/applications/version-management/git-machete/default.nix index 008f6498f5bc..26cce4b25c9d 100644 --- a/pkgs/applications/version-management/git-machete/default.nix +++ b/pkgs/applications/version-management/git-machete/default.nix @@ -29,6 +29,12 @@ buildPythonApplication rec { pytestCheckHook ]; + disabledTests = [ + # Requires fully functioning shells including zsh modules and bash + # completion. + "completion_e2e" + ]; + postInstall = '' installShellCompletion --bash --name git-machete completion/git-machete.completion.bash installShellCompletion --zsh --name _git-machete completion/git-machete.completion.zsh -- cgit 1.4.1