Skip to content

Commit 8cbd2e5

Browse files
committed
deleted tested_newobj_generic&proxies
1 parent aa04794 commit 8cbd2e5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Lib/test/test_pickle.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,6 @@ def test_load_python2_str_as_bytes(self): # TODO: RUSTPYTHON, remove when this p
223223
def test_nested_names(self): # TODO: RUSTPYTHON, remove when this passes
224224
super().test_nested_names() # TODO: RUSTPYTHON, remove when this passes
225225

226-
# TODO: RUSTPYTHON, AssertionError: 'hello' != '' : 'hello' is not a copy of ''
227-
@unittest.expectedFailure
228-
def test_newobj_generic(self): # TODO: RUSTPYTHON, remove when this passes
229-
super().test_newobj_generic() # TODO: RUSTPYTHON, remove when this passes
230-
231-
# TODO: RUSTPYTHON, TypeError: cannot pickle 'weakproxy' object
232-
@unittest.expectedFailure
233-
def test_newobj_proxies(self): # TODO: RUSTPYTHON, remove when this passes
234-
super().test_newobj_proxies() # TODO: RUSTPYTHON, remove when this passes
235-
236226
def test_notimplemented(self): # TODO: RUSTPYTHON, remove when this passes
237227
super().test_notimplemented() # TODO: RUSTPYTHON, remove when this passes
238228

0 commit comments

Comments
 (0)