diff --git a/tests/test_fields.py b/tests/test_fields.py index fdd74dd97..bfa4f24d4 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -1626,7 +1626,7 @@ class TestCustomTimezoneForDateTimeField(TestCase): @pytest.mark.skipif( - condition=django.VERSION >= (5,), + condition=django.VERSION >= (5,), reason="Django 5.0 has removed pytz; this test should eventually be able to get removed.", ) class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues):