Skip to content

Commit 8d18e04

Browse files
[backport 2.3.x] TST(string_dtype): Refine scope of string xfail in test_http_headers (#60811) (#60857)
Co-authored-by: William Ayd <[email protected]>
1 parent 97a06de commit 8d18e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_http_headers.py

+1-1
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)