Skip to content

Commit c9ec450

Browse files
committed
Disable broken test_repr in test_typing.py
This should be resolved when `typing.py` and `test_typing.py` are updated to 3.12.
1 parent 9481df2 commit c9ec450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_typing.py

+2
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,8 @@ def f():
513513
with self.assertRaises(TypeError):
514514
self.assertNotIsInstance(None, Callable[[], Any])
515515

516+
# TODO: RUSTPYTHON update typing to 3.12
517+
@unittest.expectedFailure
516518
def test_repr(self):
517519
Callable = self.Callable
518520
fullname = f'{Callable.__module__}.Callable'

0 commit comments

Comments
 (0)