Skip to content

Commit

Permalink
TST(string_dtype): Refine scope of string xfail in test_http_headers (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Jan 29, 2025
1 parent dec6eb2 commit c430c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/io/test_http_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def stata_responder(df):
return bio.getvalue()


@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)", strict=False)
@pytest.mark.parametrize(
"responder, read_method",
[
Expand All @@ -107,6 +106,7 @@ def stata_responder(df):
marks=[
td.skip_if_no("fastparquet"),
td.skip_if_no("fsspec"),
pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string"),
],
),
(pickle_respnder, pd.read_pickle),
Expand Down

0 comments on commit c430c61

Please sign in to comment.