Skip to content

Commit e96e0e1

Browse files
authored
Merge pull request #4889 from Masorubka1/test_popen.py
Update test_popen.py from Cpython v3.11.2
2 parents 5f17d28 + eb30fb7 commit e96e0e1

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)