diff options
Diffstat (limited to 'test/sql/test_constraints.py')
-rw-r--r-- | test/sql/test_constraints.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sql/test_constraints.py b/test/sql/test_constraints.py index cb4b73ec8..b174ef3c1 100644 --- a/test/sql/test_constraints.py +++ b/test/sql/test_constraints.py @@ -14,6 +14,8 @@ from sqlalchemy.sql import table, column class ConstraintGenTest(fixtures.TestBase, AssertsExecutionResults): __dialect__ = 'default' + __backend__ = True + @testing.provide_metadata def test_pk_fk_constraint_create(self): |