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 8b617bb commit 4937811Copy full SHA for 4937811
Lib/test/test_enum.py
@@ -4882,8 +4882,6 @@ def test_inspect_classify_class_attrs(self):
4882
if failed:
4883
self.fail("result does not equal expected, see print above")
4884
4885
- # TODO: RUSTPYTHON
4886
- @unittest.expectedFailure
4887
def test_inspect_signatures(self):
4888
from inspect import signature, Signature, Parameter
4889
self.assertEqual(
0 commit comments