]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- identify a test that can't pass on 0.8 for now
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Dec 2014 02:15:22 +0000 (21:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Dec 2014 02:15:22 +0000 (21:15 -0500)
tests/test_batch.py

index 68acfcdfe22a3921d328f1fa5745464f43b73293..625ccc07af81283f618dce02578b28be3731a67a 100644 (file)
@@ -361,6 +361,9 @@ class BatchApplyTest(TestBase):
             ddl_contains='FOREIGN KEY(user_id_3, user_id_version) '
             'REFERENCES "user" (id, id_version)')
 
+    # _get_colspec() in 0.8 calls upon fk.column when schema is
+    # present.  not sure if we want to try to fix this
+    @config.requirements.fail_before_sqla_09
     def test_regen_multi_fk_schema(self):
         impl = self._multi_fk_fixture(schema='foo_schema')
         self._assert_impl(