Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cfafd3a

Browse filesBrowse files
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
1 parent 86c1df1 commit cfafd3a
Copy full SHA for cfafd3a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎Lib/test/_test_multiprocessing.py

Copy file name to clipboardExpand all lines: Lib/test/_test_multiprocessing.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6023,6 +6023,7 @@ def tearDownModule():
60236023

60246024

60256025
@unittest.skipIf(not hasattr(_multiprocessing, 'SemLock'), 'SemLock not available')
6026+
@unittest.skipIf(sys.platform != "linux", "Linux only")
60266027
class SemLockTests(unittest.TestCase):
60276028

60286029
def test_semlock_subclass(self):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.