From c12ea239a961a3ce36fd76a2fe922fed72f10e8e Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Sun, 10 Mar 2024 09:05:02 +0100 Subject: [PATCH] server: tests: remove wrong comment on server starting, close_fds is always true --- examples/server/tests/features/steps/steps.py | 1 - 1 file changed, 1 deletion(-) 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(