Skip to content

Commit e5437e4

Browse files
committed
remove expected failures for related unittest
1 parent 6f0c306 commit e5437e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_itertools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,8 +1226,6 @@ def test_map(self):
12261226
c = map(tupleize, 'abc', count())
12271227
self.pickletest(proto, c)
12281228

1229-
# TODO: RUSTPYTHON
1230-
@unittest.expectedFailure
12311229
def test_starmap(self):
12321230
self.assertEqual(list(starmap(operator.pow, zip(range(3), range(1,7)))),
12331231
[0**1, 1**2, 2**3])

0 commit comments

Comments
 (0)