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

Skip to content

Commit acf7076

Browse files
committed
mark failing tests by inspect update
1 parent 9203351 commit acf7076

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
@@ -4882,8 +4882,6 @@ def test_inspect_classify_class_attrs(self):
48824882
if failed:
48834883
self.fail("result does not equal expected, see print above")
48844884

4885-
# TODO: RUSTPYTHON
4886-
@unittest.expectedFailure
48874885
def test_inspect_signatures(self):
48884886
from inspect import signature, Signature, Parameter
48894887
self.assertEqual(

0 commit comments

Comments
 (0)
0