Skip to content

Commit 754b1df

Browse files
committed
specify failure reason
1 parent 0da079c commit 754b1df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,8 @@ def test_slot_wrapper_types(self):
602602
self.assertIsInstance(object.__lt__, types.WrapperDescriptorType)
603603
self.assertIsInstance(int.__lt__, types.WrapperDescriptorType)
604604

605-
# TODO: RUSTPYTHON
605+
# TODO: No signature found in builtin method __get__ of 'method_descriptor'
606+
# objects so ValueError is raised
606607
@unittest.expectedFailure
607608
def test_dunder_get_signature(self):
608609
sig = inspect.signature(object.__init__.__get__)

0 commit comments

Comments
 (0)