diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-07-24 16:36:27 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-07-24 16:36:27 -0400 |
| commit | 02190234a25bb5ed2b07d25e6adcece2f5bba763 (patch) | |
| tree | afdf90d7d9705e89792d0c4e549c640689e20488 /test/ext | |
| parent | 8952a30f0a27d6b57e7b054b8b464382b67e3828 (diff) | |
| download | sqlalchemy-02190234a25bb5ed2b07d25e6adcece2f5bba763.tar.gz | |
- a variety of test adjustments to accomodate for MySQL 5.7
Change-Id: Ied4245433d0d7b469dae6e7394c4931d8405f387
Diffstat (limited to 'test/ext')
| -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 |
