8000 mark failing tests by inspect update · RustPython/RustPython@a3579b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3579b3

Browse files
committed
mark failing tests by inspect update
1 parent 61d7528 commit a3579b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_enum.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4876,8 +4876,6 @@ def test_inspect_classify_class_attrs(self):
48764876
if failed:
48774877
self.fail("result does not equal expected, see print above")
48784878

4879-
# TODO: RUSTPYTHON
4880-
@unittest.expectedFailure
48814879
def test_inspect_signatures(self):
48824880
from inspect import signature, Signature, Parameter
48834881
self.assertEqual(

0 commit comments

Comments
 (0)
0