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 c86f33f commit 81b50dbCopy full SHA for 81b50db
pandas/tests/io/parser/test_preserve_leading_zeros.py
@@ -39,4 +39,5 @@ def test_leading_zeros_preserved_with_dtype_str(all_parsers, request):
39
# Known issue: pyarrow engine strips leading zeros even with dtype=str.
40
request.node.add_marker(
41
pytest.mark.xfail(reason=f"failed assertions: {exc}", strict=False)
42
+ )
43
raise
0 commit comments