]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
✅ Require SQLAlchemy 1.3 in test for type conversion with JSON 698/head
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 30 May 2020 17:05:41 +0000 (19:05 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 30 May 2020 17:05:41 +0000 (19:05 +0200)
tests/test_batch.py

index 5205d852f0a83e4ad26551bc0212fba9195a05e7..6b2fe23ce1ab0bf0e782134324d6b22ab6c4f992 100644 (file)
@@ -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))