Skip to content

Commit 81b50db

Browse files
authored
Update test_preserve_leading_zeros.py
1 parent c86f33f commit 81b50db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/parser/test_preserve_leading_zeros.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ def test_leading_zeros_preserved_with_dtype_str(all_parsers, request):
3939
# Known issue: pyarrow engine strips leading zeros even with dtype=str.
4040
request.node.add_marker(
4141
pytest.mark.xfail(reason=f"failed assertions: {exc}", strict=False)
42+
)
4243
raise

0 commit comments

Comments
 (0)