mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[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:
parent
aa2142def6
commit
1bc13df628
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue