From: Mike Bayer Date: Tue, 10 Aug 2021 19:41:38 +0000 (-0400) Subject: add req for sqlite computed columns X-Git-Tag: rel_1_7_0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c30fcab9367c899450e45a30c5b553f6cf2f1fd;p=thirdparty%2Fsqlalchemy%2Falembic.git add req for sqlite computed columns older Python 3.6 has a sqlite that doesn't support this Change-Id: Ie65ef7fabeae2f5142573247548dd50d6d1708dd --- diff --git a/tests/test_batch.py b/tests/test_batch.py index 91baef75..1e0a86f6 100644 --- a/tests/test_batch.py +++ b/tests/test_batch.py @@ -1967,6 +1967,7 @@ class BatchRoundTripTest(TestBase): @testing.combinations((True,), (False,)) @testing.exclusions.only_on("sqlite") + @config.requirements.computed_columns def test_add_column_auto_generated(self, persisted): """test #883""" with self.op.batch_alter_table("foo") as batch_op: