From: Mike Bayer Date: Thu, 18 Sep 2014 20:28:54 +0000 (-0400) Subject: fix test X-Git-Tag: rel_1_0_0b1~70^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5af837dc1b3ae244d6817340155aa07c2fb850;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix test --- diff --git a/test/orm/test_query.py b/test/orm/test_query.py index 52e266a087..f14ad78645 100644 --- a/test/orm/test_query.py +++ b/test/orm/test_query.py @@ -2482,6 +2482,8 @@ class YieldTest(_fixtures.FixtureTest): class HintsTest(QueryTest, AssertsCompiledSQL): + __dialect__ = 'default' + def test_hints(self): User = self.classes.User