]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
tests should run on sqlite >= 3.24.0 5580/head
authorRamonWill <ramonwilliams@hotmail.co.uk>
Mon, 14 Sep 2020 22:21:34 +0000 (23:21 +0100)
committerRamonWill <ramonwilliams@hotmail.co.uk>
Mon, 14 Sep 2020 22:21:34 +0000 (23:21 +0100)
test/dialect/test_sqlite.py

index 49ce5128e654f5f603481bfd13a3ff0540418f43..e317bfc9cac7f36d939309446a8edb3fe530a1a4 100644 (file)
@@ -2688,7 +2688,7 @@ class RegexpTest(fixtures.TestBase, testing.AssertsCompiledSQL):
 
 class OnConflictTest(fixtures.TablesTest):
 
-    __only_on__ = "sqlite"
+    __only_on__ = ("sqlite >= 3.24.0",)
 
     @classmethod
     def define_tables(cls, metadata):