There was an error while loading. Please reload this page.
test_pickle.py
1 parent 36df9eb commit 29e7f97Copy full SHA for 29e7f97
1 file changed
Lib/test/test_pickle.py
@@ -89,9 +89,6 @@ def dumps(self, arg, proto=None, **kwargs):
89
def test_bad_newobj_args(self):
90
return super().test_bad_newobj_args()
91
92
- def test_bad_newobj_ex_args(self):
93
- return super().test_bad_newobj_ex_args()
94
-
95
@unittest.expectedFailure # TODO: RUSTPYTHON
96
def test_buffer_callback_error(self):
97
return super().test_buffer_callback_error()
0 commit comments