summaryrefslogtreecommitdiffstats
path: root/tests/tz/test_timezone.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-17 14:32:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-17 14:32:20 +0000
commitdb51f7f103bbbd6c91c8f47d75b3482ef8939691 (patch)
treeab59b1147bd0cd39f31a48073cff236ede4ec1df /tests/tz/test_timezone.py
parentAdding upstream version 3.0.0~a1. (diff)
downloadpendulum-upstream.tar.xz
pendulum-upstream.zip
Adding upstream version 3.0.0.upstream/3.0.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/tz/test_timezone.py')
-rw-r--r--tests/tz/test_timezone.py10
1 files changed, 8 insertions, 2 deletions
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")