X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/e4707d78bf213a6634de0a8ad6ec0c2ebdd6de82..28b1d7e9f4a7008712736adce363ca2770d48aea:/tests/tests/test_templatetags_fnp_markup.py diff --git a/tests/tests/test_templatetags_fnp_markup.py b/tests/tests/test_templatetags_fnp_markup.py index 5c8e07c..82fba0c 100644 --- a/tests/tests/test_templatetags_fnp_markup.py +++ b/tests/tests/test_templatetags_fnp_markup.py @@ -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):