From df09fb59817f68fa4c8049b58d12a9b398b92aee Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 8 Apr 2025 07:45:40 -0700 Subject: [PATCH] tests: stub more packages on darwin (#6780) Try to reduce CI time and failure chances more. --- tests/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/default.nix b/tests/default.nix index 1f144723f..6d491a198 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -67,6 +67,8 @@ let # Packages are scrubbed in linux and expected in test output packagesToScrub = [ "aerc" + "aerospace" + "alacritty" "alot" "antidote" "aria2" @@ -74,7 +76,9 @@ let "autojump" "bacon" "bash" + "bashInteractive" "bash-completion" + "bash-preexec" "bat" "borgmatic" "bottom" @@ -146,6 +150,8 @@ let "nix" "nix-index" "nix-your-shell" + "npth" + "nushell" "ollama" "onlyoffice-desktopeditors" "openstackclient" @@ -191,6 +197,7 @@ let "watson" "wezterm" "yazi" + "yq-go" "yubikey-agent" "zed-editor" "zellij"