removed test for tukish letter ı

This commit is contained in:
Fabien Dubuy 2024-06-25 22:47:07 +02:00 committed by GitHub
parent 80d5f4f97d
commit ea249958ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,10 +246,6 @@ class TestDate(TestCase):
parse_date("", "17 Şubat 2024"),
datetime.datetime(2024, 2, 17, 0, 0, tzinfo=tz.gettz(settings.TIME_ZONE)),
)
self.assertEqual(
parse_date("", "8 Mayıs 1945"),
datetime.datetime(1945, 5, 8, 0, 0, tzinfo=tz.gettz(settings.TIME_ZONE)),
)
self.assertEqual(
parse_date("", "30 Ağustos 2012"),
datetime.datetime(2012, 8, 30, 0, 0, tzinfo=tz.gettz(settings.TIME_ZONE)),