[3.10] GH-94736: mark SemLock test as linux only (GH-94750) (#94753)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-07-11 09:14:57 -07:00 committed by GitHub
parent aa2142def6
commit 1bc13df628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5967,6 +5967,7 @@ def install_tests_in_module_dict(remote_globs, start_method):
@unittest.skipIf(not hasattr(_multiprocessing, 'SemLock'), 'SemLock not available')
@unittest.skipIf(sys.platform != "linux", "Linux only")
class SemLockTests(unittest.TestCase):
def test_semlock_subclass(self):