diff options
Diffstat (limited to 'test/dialect/postgresql/test_compiler.py')
-rw-r--r-- | test/dialect/postgresql/test_compiler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/postgresql/test_compiler.py b/test/dialect/postgresql/test_compiler.py index e64afb186..db6efa34a 100644 --- a/test/dialect/postgresql/test_compiler.py +++ b/test/dialect/postgresql/test_compiler.py @@ -19,6 +19,7 @@ from sqlalchemy.sql import table, column, operators from sqlalchemy.util import u class SequenceTest(fixtures.TestBase, AssertsCompiledSQL): + __prefer__ = 'postgresql' def test_format(self): seq = Sequence('my_seq_no_schema') |