diff options
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_deprecations.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sql/test_deprecations.py b/test/sql/test_deprecations.py index 2e4042a1b..7990cd56c 100644 --- a/test/sql/test_deprecations.py +++ b/test/sql/test_deprecations.py @@ -28,6 +28,8 @@ from sqlalchemy.testing import mock class DeprecationWarningsTest(fixtures.TestBase): + __backend__ = True + def test_ident_preparer_force(self): preparer = testing.db.dialect.identifier_preparer preparer.quote("hi") |
