Skip to content

Commit aa04794

Browse files
committed
Deleted todo, expectedFailure
1 parent 8ad1ad2 commit aa04794

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

Lib/test/test_pickle.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@ def test_in_band_buffers(self): # TODO: RUSTPYTHON, remove when this passes
118118
def test_nested_names(self): # TODO: RUSTPYTHON, remove when this passes
119119
super().test_nested_names() # TODO: RUSTPYTHON, remove when this passes
120120

121-
def test_newobj_generic(self):
122-
super().test_newobj_generic()
123-
124-
def test_newobj_proxies(self):
125-
super().test_newobj_proxies()
126-
127121
def test_notimplemented(self): # TODO: RUSTPYTHON, remove when this passes
128122
super().test_notimplemented() # TODO: RUSTPYTHON, remove when this passes
129123

Lib/test/test_pickletools.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ def test_in_band_buffers(self): # TODO: RUSTPYTHON, remove when this passes
4040
def test_nested_names(self): # TODO: RUSTPYTHON, remove when this passes
4141
super().test_nested_names()
4242

43-
def test_newobj_generic(self):
44-
super().test_newobj_generic()
45-
46-
def test_newobj_proxies(self):
47-
super().test_newobj_proxies()
48-
4943
def test_notimplemented(self): # TODO: RUSTPYTHON, remove when this passes
5044
super().test_notimplemented()
5145

0 commit comments

Comments
 (0)