diff --git a/tests/test_fields.py b/tests/test_fields.py index 9f69a26a9..e6e9d17ad 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -1626,7 +1626,7 @@ class TestCustomTimezoneForDateTimeField(TestCase): @pytest.mark.skipif(pytz is None or django.VERSION >= (5,), - reason="Django 5.0 has removed pytz; this test should eventually be able to get removed.") + reason="Django 5.0 has removed 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.