summaryrefslogtreecommitdiff
path: root/tests/timezones
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timezones')
-rw-r--r--tests/timezones/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timezones/tests.py b/tests/timezones/tests.py
index dce48f6eae..df9ac424c6 100644
--- a/tests/timezones/tests.py
+++ b/tests/timezones/tests.py
@@ -840,7 +840,7 @@ class SerializationTests(SimpleTestCase):
@override_settings(DATETIME_FORMAT='c', TIME_ZONE='Africa/Nairobi', USE_L10N=False, USE_TZ=True)
-class TemplateTests(TestCase):
+class TemplateTests(SimpleTestCase):
@requires_tz_support
def test_localtime_templatetag_and_filters(self):