Skip to content

Commit f487dc9

Browse files
committed
TST: wrap long comment to satisfy ruff E501 (GH#62915)
1 parent 5c06cbb commit f487dc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/indexes/datetimes/test_setops.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def test_union3(self, sort, box):
6363

6464
@pytest.mark.xfail(reason="see GH#62915: union across DST boundary", strict=False)
6565
def test_union_across_dst_boundary_xfail():
66-
# US/Eastern DST spring-forward on 2021-03-14 at 02:00 (02:00-02:59 local time does not exist)
66+
# US/Eastern DST spring-forward on 2021-03-14 at 02:00
67+
# (02:00-02:59 local time does not exist)
6768
tz = "US/Eastern"
6869
# Left side spans up to the missing hour window
6970
left = date_range("2021-03-14 00:00", periods=3, freq="H", tz=tz)

0 commit comments

Comments
 (0)