Skip to content

Commit 1bc13df

Browse files
[3.10] GH-94736: mark SemLock test as linux only (GH-94750) (#94753)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
1 parent aa2142d commit 1bc13df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/_test_multiprocessing.py

+1
Original file line numberDiff line numberDiff line change
@@ -5967,6 +5967,7 @@ def tearDownModule():
59675967

59685968

59695969
@unittest.skipIf(not hasattr(_multiprocessing, 'SemLock'), 'SemLock not available')
5970+
@unittest.skipIf(sys.platform != "linux", "Linux only")
59705971
class SemLockTests(unittest.TestCase):
59715972

59725973
def test_semlock_subclass(self):

0 commit comments

Comments
 (0)