3468
3468
# GZ 2011-05-26: Add a PosixSystem feature so this check can go away
3469
3469
if getattr(os, "fork", None) is None:
3470
3470
raise tests.TestNotApplicable("Platform doesn't support forking")
3471
3473
kwargs.setdefault("suite_decorators", []).append(tests.fork_decorator)
3472
3474
return TestUncollectedWarnings._run_selftest_with_suite(self, **kwargs)