We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d7528 commit a3579b3Copy full SHA for a3579b3
Lib/test/test_enum.py
@@ -4876,8 +4876,6 @@ def test_inspect_classify_class_attrs(self):
4876
if failed:
4877
self.fail("result does not equal expected, see print above")
4878
4879
- # TODO: RUSTPYTHON
4880
- @unittest.expectedFailure
4881
def test_inspect_signatures(self):
4882
from inspect import signature, Signature, Parameter
4883
self.assertEqual(
0 commit comments