]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix test
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Sep 2014 20:28:54 +0000 (16:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Sep 2014 20:28:54 +0000 (16:28 -0400)
test/orm/test_query.py

index 52e266a087a62fab7bc65000a9da3b18c10ec5c4..f14ad786451543f15e71fdaf144a78d3993c26ac 100644 (file)
@@ -2482,6 +2482,8 @@ class YieldTest(_fixtures.FixtureTest):
 
 
 class HintsTest(QueryTest, AssertsCompiledSQL):
+    __dialect__ = 'default'
+
     def test_hints(self):
         User = self.classes.User