File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -4091,8 +4091,6 @@ class MyChain(typing.ChainMap[str, T]): ...
4091
4091
self .assertIs (MyChain [int ]().__class__ , MyChain )
4092
4092
self .assertEqual (MyChain [int ]().__orig_class__ , MyChain [int ])
4093
4093
4094
- # TODO: RUSTPYTHON
4095
- @unittest .expectedFailure
4096
4094
def test_all_repr_eq_any (self ):
4097
4095
objs = (getattr (typing , el ) for el in typing .__all__ )
4098
4096
for obj in objs :
@@ -9591,8 +9589,6 @@ def test_all(self):
9591
9589
self .assertIn ('SupportsBytes' , a )
9592
9590
self .assertIn ('SupportsComplex' , a )
9593
9591
9594
- # TODO: RUSTPYTHON
9595
- @unittest .expectedFailure
9596
9592
def test_all_exported_names (self ):
9597
9593
# ensure all dynamically created objects are actualised
9598
9594
for name in typing .__all__ :
You can’t perform that action at this time.
0 commit comments