]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- fail this before 0.9
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Oct 2014 21:30:44 +0000 (17:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Oct 2014 21:30:44 +0000 (17:30 -0400)
tests/test_op.py

index 8b94cd0cc76cbf49dda0eb30002fb35e9702ce66..835183eb938fa7758b5f26ec9c6bca28e8de0bb8 100644 (file)
@@ -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)