From d33c5b31bf5ca83e99949936f5d0b9f26bfd10cf Mon Sep 17 00:00:00 2001 From: Muneeb Ahmed Date: Mon, 21 Oct 2024 02:41:07 -0700 Subject: [PATCH] filter pinned test dependencies --- Library/Homebrew/formula_installer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index da443e8479..c26e12b424 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -379,6 +379,7 @@ class FormulaInstaller next unless dep.to_formula.pinned? next if dep.satisfied?(inherited_options_for(dep)) next if dep.build? && pour_bottle? + next if dep.test? pinned_unsatisfied_deps << dep end