From 3817fb928227989235673f80d3aa87d5f0d1943f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kul=C3=ADk?= Date: Thu, 5 Jun 2025 08:28:50 +0200 Subject: [PATCH] remove trailing whitespace --- 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 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):