Skip to content

Commit 0589171

Browse files
committed
Fix #317
1 parent e0f0f6e commit 0589171

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/types/test_json.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def test_create_table(self):
2828
class_name_func=class_name_func
2929
)
3030
class JSONTestCase(BaseTestCase):
31+
required_server_version = (22, 3, 2)
32+
3133
table = Table(
3234
'test', BaseTestCase.metadata(),
3335
Column('x', types.JSON),

0 commit comments

Comments
 (0)