Skip to content

Commit

Permalink
Merge branch 'main' into table_prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Diadochokinetic authored Jan 29, 2025
2 parents efad6b4 + c430c61 commit 0543666
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 0543666

Please sign in to comment.