mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.11] GH-94736: mark SemLock test as linux only (GH-94750) (#94752)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
parent
91176d3883
commit
a276833a7d
1 changed files with 1 additions and 0 deletions
|
|
@ -6029,6 +6029,7 @@ def tearDownModule():
|
|||
|
||||
|
||||
@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