We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309cf3a commit 27728f0Copy full SHA for 27728f0
pandas/tests/extension/test_numpy.py
@@ -364,18 +364,6 @@ class TestReshaping(BaseNumPyTests, base.BaseReshapingTests):
364
def test_concat_mixed_dtypes(self, data):
365
super().test_concat_mixed_dtypes(data)
366
367
- @pytest.mark.xfail(
368
- reason="GH#33125 PandasArray.astype does not recognize PandasDtype"
369
- )
370
- def test_concat(self, data, in_frame):
371
- super().test_concat(data, in_frame)
372
-
373
374
375
376
- def test_concat_all_na_block(self, data_missing, in_frame):
377
- super().test_concat_all_na_block(data_missing, in_frame)
378
379
@skip_nested
380
def test_merge(self, data, na_value):
381
# Fails creating expected
0 commit comments