From 6618325258bd90ec257b09c17d44421a5642b1b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 30 May 2020 19:05:41 +0200 Subject: [PATCH] =?utf8?q?=E2=9C=85=20Require=20SQLAlchemy=201.3=20in=20te?= =?utf8?q?st=20for=20type=20conversion=20with=20JSON?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tests/test_batch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_batch.py b/tests/test_batch.py index 5205d852..6b2fe23c 100644 --- a/tests/test_batch.py +++ b/tests/test_batch.py @@ -989,6 +989,7 @@ class CopyFromTest(TestBase): self.op = Operations(context) return context + @config.requirements.sqlalchemy_13 def test_change_type(self): context = self._fixture() self.table.append_column(Column("toj", Text)) -- 2.47.2