Skip to content

Commit 9fdd2cb

Browse files
committed
skip test_collections.py#test_AsyncGenerator - no async support
1 parent b810758 commit 9fdd2cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ def throw(self, *args): pass
11251125

11261126
self.assertRaises(RuntimeError, IgnoreGeneratorExit().close)
11271127

1128+
@support.impl_detail("async support", graalvm=False)
11281129
def test_AsyncGenerator(self):
11291130
class NonAGen1:
11301131
def __aiter__(self): return self

0 commit comments

Comments
 (0)