andoni-guzman commented on a change in pull request #16541:
URL: https://github.com/apache/beam/pull/16541#discussion_r792880400



##########
File path: sdks/python/apache_beam/utils/processes_test.py
##########
@@ -48,11 +48,9 @@ def test_method_forwarding_not_windows(self, *unused_mocks):
     processes.subprocess.check_call.assert_called_once_with(
         ['subprocess', 'check_call'], shell=False, other_arg=True)
 
-    processes.check_output(['subprocess', 'check_output'],
-                           shell=False,
-                           other_arg=True)

Review comment:
       The problem is not with check_output. It that check_output call 
subprocess.run , in that part is where the pylint check is triggered. 
   I'll disable this check as well 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to