Skip to content

Commit fd4f694

Browse files
committed
Remove expectedFailures for each success tests
Signed-off-by: snowapril <sinjihng@gmail.com>
1 parent 9f28643 commit fd4f694

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_descr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4025,8 +4025,6 @@ def __rpow__(self, other):
40254025
a **= b
40264026
self.assertEqual(a, 1)
40274027

4028-
# TODO: RUSTPYTHON
4029-
@unittest.expectedFailure
40304028
def test_ipow_exception_text(self):
40314029
x = None
40324030
with self.assertRaises(TypeError) as cm:

0 commit comments

Comments
 (0)