diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index 77733c0a8..4e81a255a 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -1063,7 +1063,6 @@ def start_server_background(context): flags |= subprocess.CREATE_NO_WINDOW pkwargs = { - 'close_fds': True, # close stdin/stdout/stderr on child 'creationflags': flags, } context.server_process = subprocess.Popen(