mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
gh-103716: Add test support requires fork in simple_subprocess (gh-103717)
add requires fork as test case depends on this
This commit is contained in:
parent
9c3442c093
commit
777bdff0ec
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ if HAVE_UNIX_SOCKETS and HAVE_FORKING:
|
|||
socketserver.UnixDatagramServer):
|
||||
pass
|
||||
|
||||
|
||||
@test.support.requires_fork()
|
||||
@contextlib.contextmanager
|
||||
def simple_subprocess(testcase):
|
||||
"""Tests that a custom child process is not waited on (Issue 1540386)"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue