diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index ed05654567..e44a4cfb02 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -508,8 +508,6 @@ class Formula def test require 'test/unit/assertions' extend(Test::Unit::Assertions) - # TODO: move this into PythonInstalled. - ENV['PYTHONPATH'] = PythonInstalled.new.global_site_packages ret = nil mktemp do @testpath = Pathname.pwd