@@ -118,16 +118,6 @@ def test_in_band_buffers(self): # TODO: RUSTPYTHON, remove when this passes
118
118
def test_nested_names (self ): # TODO: RUSTPYTHON, remove when this passes
119
119
super ().test_nested_names () # TODO: RUSTPYTHON, remove when this passes
120
120
121
- # TODO: RUSTPYTHON, AssertionError
122
- @unittest .expectedFailure
123
- def test_newobj_generic (self ): # TODO: RUSTPYTHON, remove when this passes
124
- super ().test_newobj_generic () # TODO: RUSTPYTHON, remove when this passes
125
-
126
- # TODO: RUSTPYTHON, TypeError: cannot pickle 'weakproxy' object
127
- @unittest .expectedFailure
128
- def test_newobj_proxies (self ): # TODO: RUSTPYTHON, remove when this passes
129
- super ().test_newobj_proxies () # TODO: RUSTPYTHON, remove when this passes
130
-
131
121
def test_notimplemented (self ): # TODO: RUSTPYTHON, remove when this passes
132
122
super ().test_notimplemented () # TODO: RUSTPYTHON, remove when this passes
133
123
@@ -233,16 +223,6 @@ def test_load_python2_str_as_bytes(self): # TODO: RUSTPYTHON, remove when this p
233
223
def test_nested_names (self ): # TODO: RUSTPYTHON, remove when this passes
234
224
super ().test_nested_names () # TODO: RUSTPYTHON, remove when this passes
235
225
236
- # TODO: RUSTPYTHON, AssertionError: 'hello' != '' : 'hello' is not a copy of ''
237
- @unittest .expectedFailure
238
- def test_newobj_generic (self ): # TODO: RUSTPYTHON, remove when this passes
239
- super ().test_newobj_generic () # TODO: RUSTPYTHON, remove when this passes
240
-
241
- # TODO: RUSTPYTHON, TypeError: cannot pickle 'weakproxy' object
242
- @unittest .expectedFailure
243
- def test_newobj_proxies (self ): # TODO: RUSTPYTHON, remove when this passes
244
- super ().test_newobj_proxies () # TODO: RUSTPYTHON, remove when this passes
245
-
246
226
def test_notimplemented (self ): # TODO: RUSTPYTHON, remove when this passes
247
227
super ().test_notimplemented () # TODO: RUSTPYTHON, remove when this passes
248
228
0 commit comments