From eb94838c72f543905f3667d1c7087a54df58c78a Mon Sep 17 00:00:00 2001 From: Stefan Reich Date: Wed, 26 Mar 2014 16:04:23 +0100 Subject: [PATCH] Added missing text_type requirement to TextTest --- lib/sqlalchemy/testing/suite/test_types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sqlalchemy/testing/suite/test_types.py b/lib/sqlalchemy/testing/suite/test_types.py index e6de6e06c8..02461a1d75 100644 --- a/lib/sqlalchemy/testing/suite/test_types.py +++ b/lib/sqlalchemy/testing/suite/test_types.py @@ -107,6 +107,8 @@ class UnicodeTextTest(_UnicodeFixture, fixtures.TablesTest): self._test_empty_strings() class TextTest(fixtures.TablesTest): + __requires__ = 'text_type', + @classmethod def define_tables(cls, metadata): Table('text_table', metadata, -- 2.47.2