Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test.support.requires_fork
1 parent c94048b commit 0c83e8bCopy full SHA for 0c83e8b
1 file changed
Lib/test/test_importlib/metadata/test_zip.py
@@ -3,7 +3,7 @@
3
import sys
4
import unittest
5
6
-from test.support import warnings_helper
+from test.support import requires_fork, warnings_helper
7
8
from importlib.metadata import (
9
FastPath,
@@ -53,6 +53,7 @@ def test_one_distribution(self):
53
assert len(dists) == 1
54
55
@warnings_helper.ignore_fork_in_thread_deprecation_warnings()
56
+ @requires_fork()
57
@unittest.skipUnless(
58
hasattr(os, 'register_at_fork')
59
and 'fork' in multiprocessing.get_all_start_methods(),
0 commit comments