Skip to content

Commit 1713631

Browse files
committed
Blacklist failing module
1 parent c32ba54 commit 1713631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graalpython/lib-python/3/test/test___all__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def test_all(self):
7171
blacklist = set([
7272
# Will raise a SyntaxError when compiling the exec statement
7373
'__future__',
74+
# XXX Graalpython change: we don't have shared memory, so that module is missing SharedMemoryManager
75+
'multiprocessing.managers',
7476
])
7577

7678
if not sys.platform.startswith('java'):

0 commit comments

Comments
 (0)