mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
GH-94736: mark SemLock test as linux only (GH-94750)
See https://buildbot.python.org/all/#/builders/172/builds/2522 The PR skips the test on non-linux platforms. Automerge-Triggered-By: GH:pablogsal
This commit is contained in:
parent
86c1df1872
commit
cfafd3adf8
1 changed files with 1 additions and 0 deletions
|
@ -6023,6 +6023,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