Skip to content

Commit 571539d

Browse files
committed
unmark test
1 parent 0199879 commit 571539d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Lib/test/test_generators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def g3(): return (yield from f())
117117

118118
class GeneratorTest(unittest.TestCase):
119119

120-
@unittest.expectedFailure # TODO: RUSTPYTHON
121120
def test_name(self):
122121
def func():
123122
yield 1

Lib/test/test_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,8 +2052,6 @@ async def corofunc():
20522052
else:
20532053
self.fail('StopIteration was expected')
20542054

2055-
# TODO: RUSTPYTHON
2056-
@unittest.expectedFailure
20572055
def test_gen(self):
20582056
def gen_func():
20592057
yield 1

0 commit comments

Comments
 (0)