Skip to content

Commit 8134e19

Browse files
committed
Fix test_fexecve()
1 parent 5890ca2 commit 8134e19

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
@@ -396,6 +396,7 @@ def test_spawnvpe_invalid_env(self):
396396

397397
class PosixTester(unittest.TestCase):
398398

399+
@warnings_helper.ignore_fork_in_thread_deprecation_warnings()
399400
@unittest.skipUnless(getattr(os, 'execve', None) in os.supports_fd, "test needs execve() to support the fd parameter")
400401
@support.requires_fork()
401402
def test_fexecve(self):

0 commit comments

Comments
 (0)