Skip to content

Commit 017ae40

Browse files
committed
remove expectedFailure from test_exception_is_not_generic_type
1 parent 0bd771d commit 017ae40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_exception_group.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ def test_exception_group_types(self):
99
self.assertTrue(issubclass(ExceptionGroup, BaseExceptionGroup))
1010
self.assertTrue(issubclass(BaseExceptionGroup, BaseException))
1111

12-
# TODO: RUSTPYTHON
13-
@unittest.expectedFailure
1412
def test_exception_is_not_generic_type(self):
1513
with self.assertRaisesRegex(TypeError, 'Exception'):
1614
Exception[OSError]

0 commit comments

Comments
 (0)