From cfb2eee0f3a11f79ca216ab805338868b503aa16 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 2 Mar 2015 19:16:37 -0500 Subject: - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlier --- test/dialect/postgresql/test_types.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dialect') 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 -- cgit v1.2.1