From 2b6fe08297f2ed0263a170ab0d0970adf01e5e35 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Sat, 8 Apr 2023 15:06:50 +0600 Subject: [PATCH] Update tests/test_fields.py --- tests/test_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fields.py b/tests/test_fields.py index 397691cb3..5804d7b3b 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -1577,7 +1577,7 @@ class TestCustomTimezoneForDateTimeField(TestCase): assert rendered_date == rendered_date_in_timezone -@pytest.mark.skipif(pytz is None, reason="As Django 5.0 is deprecating pytz, this test should eventually be able to get removed.") +@pytest.mark.skipif(pytz is None, reason="As Django 4.0 has deprecated pytz, this test should eventually be able to get removed.") class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues): """ Invalid values for `DateTimeField` with datetime in DST shift (non-existing or ambiguous) and timezone with DST.