Drop i18n_patterns prefix parameter.
[fnpdjango.git] / tests / tests / test_templatetags_fnp_markup.py
index 5c8e07c..82fba0c 100644 (file)
@@ -4,18 +4,9 @@
 #
 from __future__ import unicode_literals
 
-import sys
 from django.test import TestCase
 
-try:
-    from unittest import skipIf
-except ImportError:
-    # Don't need skipping for Python2.6.
-    skipIf = lambda expr, comment: lambda test: test
 
-
-@skipIf(sys.version_info[:2] == (3, 2),
-    "No usable python-textile for Python 3.2.")
 class TemplatetagsFNPMarkupTestCase(TestCase):
 
     def test_textile_en(self):