Skip to content

Commit

Permalink
Merge pull request #18597 from muneebmahmed/update-pinned
Browse files Browse the repository at this point in the history
filter pinned test dependencies
  • Loading branch information
MikeMcQuaid authored Oct 21, 2024
2 parents 35ebf4a + d33c5b3 commit bac7b68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/formula_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ def check_install_sanity
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
Expand Down

0 comments on commit bac7b68

Please sign in to comment.