From 50902553af8828294ababa1b54488cbda46bf87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 29 Apr 2020 16:10:59 +0200 Subject: [PATCH] fix test --- satella/processes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/satella/processes.py b/satella/processes.py index 0f940329..e2d872ca 100644 --- a/satella/processes.py +++ b/satella/processes.py @@ -32,7 +32,6 @@ def call_and_return_stdout(args: tp.Union[str, tp.List[str]], if isinstance(args, str): args = args.split(' ') - kwargs['capture_output'] = True kwargs['stdout'] = subprocess.PIPE stdout_list = [] -- GitLab