From: Mike Bayer Date: Sat, 11 Oct 2014 21:30:44 +0000 (-0400) Subject: - fail this before 0.9 X-Git-Tag: rel_0_7_0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac95bad85cc6267e3ce013319ee590a084565666;p=thirdparty%2Fsqlalchemy%2Falembic.git - fail this before 0.9 --- diff --git a/tests/test_op.py b/tests/test_op.py index 8b94cd0c..835183eb 100644 --- a/tests/test_op.py +++ b/tests/test_op.py @@ -621,6 +621,7 @@ class OpTest(TestBase): "CREATE UNIQUE INDEX ik_test ON t1 (foo, bar)" ) + @config.requirements.fail_before_sqla_09 def test_create_index_quote_flag(self): context = op_fixture() op.create_index('ik_test', 't1', ['foo', 'bar'], quote=True)