Skip to content

Commit d3680a1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 608a43d commit d3680a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pandas/tests/dtypes/cast/test_find_common_type.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ def test_pyarrow_date_dtypes(dtypes, expected):
201201
result = find_common_type(source_dtypes)
202202
assert result == pandas_dtype(expected)
203203

204-
@pytest.mark.xfail(reason="""
204+
205+
@pytest.mark.xfail(
206+
reason="""
205207
Finding common pyarrow dtypes relies on conversion
206208
to numpy dtypes and then back to pyarrow dtypes.
207209
@@ -221,7 +223,8 @@ def test_pyarrow_date_dtypes(dtypes, expected):
221223
222224
Hence, some date64-related common type computations
223225
end up becoming cast to timestamps rather than date64.
224-
""")
226+
"""
227+
)
225228
@pytest.mark.parametrize(
226229
"dtypes,expected",
227230
[

0 commit comments

Comments
 (0)