From 72eb09db5489c0990f0354c19100ce883bb74fda Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 13 Dec 2014 21:15:22 -0500 Subject: [PATCH] - identify a test that can't pass on 0.8 for now --- tests/test_batch.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_batch.py b/tests/test_batch.py index 68acfcdf..625ccc07 100644 --- a/tests/test_batch.py +++ b/tests/test_batch.py @@ -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( -- 2.47.2