X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/c5f50329c7ddea87333c6137d994252c47783aa4..1be598eb573f9ad234ba4ab8e467f07fd8351fa8:/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..b858391 100644 --- a/tests/tests/test_templatetags_fnp_markup.py +++ b/tests/tests/test_templatetags_fnp_markup.py @@ -1,21 +1,9 @@ -# -*- coding: utf-8 -*- # This file is part of FNPDjango, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Nowoczesna Polska. See README.md for more information. # -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):