From 50a96ca260e1551686edf5437d8fcf5135ebf4c6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 29 May 2011 13:50:41 -0400 Subject: [PATCH] use default dialect here --- test/sql/test_selectable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sql/test_selectable.py b/test/sql/test_selectable.py index af11694dc3..ef87a68b9e 100644 --- a/test/sql/test_selectable.py +++ b/test/sql/test_selectable.py @@ -28,6 +28,7 @@ table2 = Table('table2', metadata, class SelectableTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL): + __dialect__ = 'default' def test_indirect_correspondence_on_labels(self): # this test depends upon 'distance' to -- 2.47.3