Skip to content

Commit 70e8474

Browse files
TST: don't fail on systems with tzdata backzone enabled (#51486)
1 parent 0802f06 commit 70e8474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tseries/offsets/test_dst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_all_offset_classes(self, tup):
192192
Timestamp("1900-01-01"),
193193
Timestamp("1905-07-01"),
194194
MonthBegin(66),
195-
"Africa/Kinshasa",
195+
"Africa/Lagos",
196196
marks=pytest.mark.xfail(
197197
pytz_version < Version("2020.5") or pytz_version == Version("2022.2"),
198198
reason="GH#41906: pytz utc transition dates changed",

0 commit comments

Comments
 (0)