Skip to content

Commit 1c72929

Browse files
committed
mark more test failures
1 parent e164843 commit 1c72929

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Lib/test/test_dataclasses/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def test_field_recursive_repr(self):
8686

8787
self.assertIn(",type=...,", repr_output)
8888

89+
@unittest.expectedFailure # TODO: RUSTPYTHON; recursive annotation type not shown as ...
8990
def test_recursive_annotation(self):
9091
class C:
9192
pass

Lib/test/test_reprlib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ def __repr__(self):
845845

846846
self.assertIs(X.f, X.__repr__.__wrapped__)
847847

848-
@unittest.expectedFailure # TODO: RUSTPYTHON; AttributeError: 'TypeVar' object has no attribute '__name__'
849848
def test__type_params__(self):
850849
class My:
851850
@recursive_repr()

0 commit comments

Comments
 (0)