From: Mike Bayer Date: Sun, 14 Dec 2014 02:15:22 +0000 (-0500) Subject: - identify a test that can't pass on 0.8 for now X-Git-Tag: rel_0_7_2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72eb09db5489c0990f0354c19100ce883bb74fda;p=thirdparty%2Fsqlalchemy%2Falembic.git - identify a test that can't pass on 0.8 for now --- 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(