Skip to content

Commit

Permalink
formula: drop old pip feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent authored and MikeMcQuaid committed Aug 26, 2023
1 parent aaf9091 commit f8ab19d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Library/Homebrew/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1705,8 +1705,7 @@ def std_meson_args
build_isolation: T::Boolean).returns(T::Array[String])
}
def std_pip_args(prefix: self.prefix, build_isolation: false)
args = ["--verbose", "--no-deps", "--no-binary=:all:", "--ignore-installed",
"--use-feature=no-binary-enable-wheel-cache", "--no-compile"]
args = ["--verbose", "--no-deps", "--no-binary=:all:", "--ignore-installed", "--no-compile"]

Check warning on line 1708 in Library/Homebrew/formula.rb

View check run for this annotation

Codecov / codecov/patch

Library/Homebrew/formula.rb#L1708

Added line #L1708 was not covered by tests
args << "--prefix=#{prefix}" if prefix
args << "--no-build-isolation" unless build_isolation
args
Expand Down

0 comments on commit f8ab19d

Please sign in to comment.