diff --git a/pandas/tests/tseries/offsets/test_dst.py b/pandas/tests/tseries/offsets/test_dst.py index e00b7d0b78059..ea4855baa87e1 100644 --- a/pandas/tests/tseries/offsets/test_dst.py +++ b/pandas/tests/tseries/offsets/test_dst.py @@ -192,7 +192,7 @@ def test_all_offset_classes(self, tup): Timestamp("1900-01-01"), Timestamp("1905-07-01"), MonthBegin(66), - "Africa/Kinshasa", + "Africa/Lagos", marks=pytest.mark.xfail( pytz_version < Version("2020.5") or pytz_version == Version("2022.2"), reason="GH#41906: pytz utc transition dates changed",