summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-03-02 19:16:37 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-03-02 19:16:37 -0500
commitcfb2eee0f3a11f79ca216ab805338868b503aa16 (patch)
treefced8e84e3c2154bb77b124c9509604849e1f061 /test/dialect/postgresql
parentd140983148f1acbee7606a037bdf0a9f144cd173 (diff)
downloadsqlalchemy-cfb2eee0f3a11f79ca216ab805338868b503aa16.tar.gz
- add a skip for JSONB on pg8000 if we are on 1.10.1 or earlier
Diffstat (limited to 'test/dialect/postgresql')
-rw-r--r--test/dialect/postgresql/test_types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/postgresql/test_types.py b/test/dialect/postgresql/test_types.py
index 36f4fdc3f..b7568ca84 100644
--- a/test/dialect/postgresql/test_types.py
+++ b/test/dialect/postgresql/test_types.py
@@ -2304,6 +2304,7 @@ class JSONBTest(JSONTest):
class JSONBRoundTripTest(JSONRoundTripTest):
__only_on__ = ('postgresql >= 9.4',)
+ __requires__ = ('postgresql_jsonb', )
test_type = JSONB