Skip to content

Commit e73590d

Browse files
committed
clear homebrew issues
1 parent 1519b7c commit e73590d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ def test_npm_provider(self):
231231

232232
def test_brew_provider(self):
233233
# print(provider.PATH)
234+
os.environ['HOMEBREW_NO_AUTO_UPDATE'] = 'True'
235+
os.environ['HOMEBREW_NO_INSTALL_CLEANUP'] = 'True'
236+
os.environ['HOMEBREW_NO_ENV_HINTS'] = 'True'
237+
234238
exception = None
235239
result = None
236240
try:

0 commit comments

Comments
 (0)