Use a non-backzone timezone for test
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 19 Feb 2023 11:01:48 +0000 (11:01 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 19 Feb 2023 11:01:48 +0000 (11:01 +0000)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/1031437
Forwarded: https://github.com/pandas-dev/pandas/pull/51486

Gbp-Pq: Name 1031437.patch

pandas/tests/tseries/offsets/test_dst.py

index 9c6d6a686e9a5adad275054300b49b048f33c700..e190e337b6f2497e8cb848c888f097959ea2fbd3 100644 (file)
@@ -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",