mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-04 15:00:02 -04:00
Added missing text_type requirement to TextTest
Conflicts: lib/sqlalchemy/testing/suite/test_types.py
This commit is contained in:
@@ -140,6 +140,7 @@ class UnicodeTextTest(_UnicodeFixture, fixtures.TablesTest):
|
||||
self._test_empty_strings()
|
||||
|
||||
class TextTest(_LiteralRoundTripFixture, fixtures.TablesTest):
|
||||
__requires__ = 'text_type',
|
||||
__backend__ = True
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user