From: Debian Science Team Date: Sun, 19 Feb 2023 11:01:48 +0000 (+0000) Subject: Use a non-backzone timezone for test X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0b04f2ad1fcbf328d87d8f2851b8b6162026131;p=pandas.git Use a non-backzone timezone for test Author: Rebecca N. Palmer Bug-Debian: https://bugs.debian.org/1031437 Forwarded: https://github.com/pandas-dev/pandas/pull/51486 Gbp-Pq: Name 1031437.patch --- diff --git a/pandas/tests/tseries/offsets/test_dst.py b/pandas/tests/tseries/offsets/test_dst.py index 9c6d6a68..e190e337 100644 --- a/pandas/tests/tseries/offsets/test_dst.py +++ b/pandas/tests/tseries/offsets/test_dst.py @@ -188,7 +188,7 @@ class TestDST: 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",