Skip to content

Commit 5890ca2

Browse files
committed
Fix test_waitid()
1 parent 206e500 commit 5890ca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_os/test_process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ def test_fexecve(self):
410410
finally:
411411
os.close(fp)
412412

413+
@warnings_helper.ignore_fork_in_thread_deprecation_warnings()
413414
@unittest.skipUnless(hasattr(posix, 'waitid'), "test needs posix.waitid()")
414415
@support.requires_fork()
415416
def test_waitid(self):

0 commit comments

Comments
 (0)