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 40185d3 commit a843351Copy full SHA for a843351
pandas/tests/io/parser/dtypes/test_dtypes_basic.py
@@ -463,7 +463,6 @@ def test_dtype_backend_and_dtype(all_parsers):
463
tm.assert_frame_equal(result, expected)
464
465
466
-@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)", strict=False)
467
def test_dtype_backend_string(all_parsers, string_storage):
468
# GH#36712
469
pa = pytest.importorskip("pyarrow")
@@ -507,7 +506,6 @@ def test_dtype_backend_ea_dtype_specified(all_parsers):
507
506
508
509
510
511
def test_dtype_backend_pyarrow(all_parsers, request):
512
513
0 commit comments