summaryrefslogtreecommitdiff
path: root/test/orm/test_options.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/test_options.py')
-rw-r--r--test/orm/test_options.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/orm/test_options.py b/test/orm/test_options.py
index 78826a735..cd91e222e 100644
--- a/test/orm/test_options.py
+++ b/test/orm/test_options.py
@@ -404,6 +404,8 @@ class OfTypePathingTest(PathTest, QueryTest):
class WithEntitiesTest(QueryTest, AssertsCompiledSQL):
+ __dialect__ = "default"
+
def test_options_legacy_with_entities_onelevel(self):
"""test issue #6253 (part of #6503)"""