The jammy upload is also adding the new DEP8 test, but disabled:
--- a/debian/tests/python
+++ b/debian/tests/python
@@ -217,6 +217,13 @@ class TestZoneinfo(unittest.TestCase):
         date = timezone.localize(datetime.datetime(2025, 3, 23))
         self.assertEqual(self._hours(date.utcoffset()), -3)
 
+    @unittest.skip("Needs https://launchpad.net/bugs/207604";)
+    def test_2025b(self) -> None:
+        """Test 2025b release: Coyhaique stopped using DST from 2025-03-20 
on."""
+        timezone = pytz.timezone("America/Coyhaique")
+        date = timezone.localize(datetime.datetime(2025, 3, 21))
+        self.assertEqual(self._hours(date.utcoffset()), 0)
+
 def main() -> None:
     """Run unit tests in verbose mode."""
     argv = sys.argv.copy()

Looking at the mentioned bug, it's "fix released" for jammy. Is this
disabling still necessary?

If yes, it doesn't qualify for a test plan for jammy.

** Changed in: tzdata (Ubuntu Jammy)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2104284

Title:
  tzdata 2025b release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/2104284/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to