]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- exclude 0.7.9 here
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2016 20:46:42 +0000 (16:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2016 20:46:42 +0000 (16:46 -0400)
tests/test_mssql.py

index ce91f99939e54c0ae01510b8c804aa9191b12ec5..7a1a9c81043141d101a4db8ebb856ae904404a77 100644 (file)
@@ -42,11 +42,13 @@ class FullEnvironmentTests(TestBase):
             ['COMMIT;', 'GO']
         )
 
+    @config.requirements.sqlalchemy_08
     def test_batch_separator_default(self):
         with capture_context_buffer() as buf:
             command.upgrade(self.cfg, self.a, sql=True)
         assert "GO" in buf.getvalue()
 
+    @config.requirements.sqlalchemy_08
     def test_batch_separator_custom(self):
         with capture_context_buffer(mssql_batch_separator="BYE") as buf:
             command.upgrade(self.cfg, self.a, sql=True)