diff options
Diffstat (limited to 'test/ext/test_indexable.py')
| -rw-r--r-- | test/ext/test_indexable.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ext/test_indexable.py b/test/ext/test_indexable.py index b9e942e4b..3df49cf86 100644 --- a/test/ext/test_indexable.py +++ b/test/ext/test_indexable.py @@ -243,7 +243,10 @@ class IndexPropertyArrayTest(fixtures.DeclarativeMappedTest): class IndexPropertyJsonTest(fixtures.DeclarativeMappedTest): + # TODO: remove reliance on "astext" for these tests __requires__ = ('json_type',) + __only_on__ = 'postgresql' + __backend__ = True @classmethod |
