From eb30fb733084257cb2ebb6a4d2d72aae5252ac02 Mon Sep 17 00:00:00 2001 From: Andrey Maltsev Date: Tue, 18 Apr 2023 19:09:39 +0000 Subject: [PATCH] Update test_popen.py from Cpython v3.11.2 --- Lib/test/test_popen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_popen.py b/Lib/test/test_popen.py index 63406b1382..e3030ee02e 100644 --- a/Lib/test/test_popen.py +++ b/Lib/test/test_popen.py @@ -19,6 +19,7 @@ if ' ' in python: python = '"' + python + '"' # quote embedded space for cmdline +@support.requires_subprocess() class PopenTest(unittest.TestCase): def _do_test_commandline(self, cmdline, expected):