Skip to content

Commit 5b4dbb0

Browse files
committed
Ignore fork-in-thread deprecation warnings in test, as now required
1 parent 6ff7c04 commit 5b4dbb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/_test_multiprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ def _wait_on_proc(self, barrier, proc, errs):
10141014
if proc.exitcode != 0:
10151015
errs.append("process reported non-zero exit code")
10161016

1017+
@warnings_helper.ignore_fork_in_thread_deprecation_warnings()
10171018
def test_racing_joins(self):
10181019
if self.TYPE == "threads":
10191020
self.skipTest(f"test not appropriate for {self.TYPE}")

0 commit comments

Comments
 (0)