Skip to content

Commit eb30fb7

Browse files
committed
Update test_popen.py from Cpython v3.11.2
1 parent 5f17d28 commit eb30fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_popen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
if ' ' in python:
2020
python = '"' + python + '"' # quote embedded space for cmdline
2121

22+
@support.requires_subprocess()
2223
class PopenTest(unittest.TestCase):
2324

2425
def _do_test_commandline(self, cmdline, expected):

0 commit comments

Comments
 (0)