Skip to content

Commit 8e0811b

Browse files
committed
changing test location to test_covert_dtypes.py
1 parent 76a0452 commit 8e0811b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/methods/test_convert_dtypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def test_convert_dtypes_from_arrow(self):
198198
tm.assert_frame_equal(result, expected)
199199

200200
def test_convert_dtypes_timezone_series(self):
201+
# GH#60237
201202
df = pd.Series(
202203
pd.to_datetime(range(5), utc=True, unit="h"),
203204
dtype="timestamp[ns, tz=UTC][pyarrow]",

0 commit comments

Comments
 (0)