Skip to content

Commit c3d77de

Browse files
WillAydjorisvandenbossche
authored andcommitted
TST(string_dtype): Refine scope of string xfail in test_http_headers (pandas-dev#60811)
(cherry picked from commit c430c61)
1 parent 04c3e81 commit c3d77de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_http_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def stata_responder(df):
8585
return bio.getvalue()
8686

8787

88-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)", strict=False)
8988
@pytest.mark.parametrize(
9089
"responder, read_method",
9190
[
@@ -108,6 +107,7 @@ def stata_responder(df):
108107
td.skip_if_no("fastparquet"),
109108
td.skip_if_no("fsspec"),
110109
td.skip_array_manager_not_yet_implemented,
110+
pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string"),
111111
],
112112
),
113113
(pickle_respnder, pd.read_pickle),

0 commit comments

Comments
 (0)