summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_dialect.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/dialect/postgresql/test_dialect.py')
-rw-r--r--test/dialect/postgresql/test_dialect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py
index 47a4728b4..7d4ea2ced 100644
--- a/test/dialect/postgresql/test_dialect.py
+++ b/test/dialect/postgresql/test_dialect.py
@@ -278,7 +278,7 @@ class PGCodeTest(fixtures.TestBase):
eq_(errmsg.orig.sqlstate, "23505")
-class ExecuteManyMode(object):
+class ExecuteManyMode:
__only_on__ = "postgresql+psycopg2"
__backend__ = True