From 665666d6f4213da8db57ebb480947b7caf1fe382 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Dec 2023 15:36:26 +0100 Subject: Merging upstream version 3.0.0. Signed-off-by: Daniel Baumann --- tests/tz/test_timezone.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tests/tz/test_timezone.py') diff --git a/tests/tz/test_timezone.py b/tests/tz/test_timezone.py index 655267d..792beb0 100644 --- a/tests/tz/test_timezone.py +++ b/tests/tz/test_timezone.py @@ -274,7 +274,10 @@ def test_after_last_transition(): @pytest.mark.skip( - reason="zoneinfo does not currently support POSIX transition rules to go beyond the last fixed transition." + reason=( + "zoneinfo does not currently support POSIX transition" + " rules to go beyond the last fixed transition." + ) ) def test_on_last_transition(): tz = pendulum.timezone("Europe/Paris") @@ -406,7 +409,10 @@ def test_just_before_last_transition(): @pytest.mark.skip( - reason="zoneinfo does not currently support POSIX transition rules to go beyond the last fixed transition." + reason=( + "zoneinfo does not currently support POSIX transition" + " rules to go beyond the last fixed transition." + ) ) def test_timezones_are_extended(): tz = pendulum.timezone("Europe/Paris") -- cgit v1.2.3