summaryrefslogtreecommitdiff
path: root/tests/test_fast_executemany.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_fast_executemany.py')
-rwxr-xr-xtests/test_fast_executemany.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_fast_executemany.py b/tests/test_fast_executemany.py
index 6c69047..ad7a5b1 100755
--- a/tests/test_fast_executemany.py
+++ b/tests/test_fast_executemany.py
@@ -96,6 +96,7 @@ class TestExecuteBatch(FastExecuteTestMixin, testutils.ConnectingTestCase):
cur.execute("select id, val from testfast order by id")
self.assertEqual(cur.fetchall(), [(i, i * 10) for i in range(25)])
+ @testutils.skip_before_postgres(8, 0)
def test_unicode(self):
cur = self.conn.cursor()
ext.register_type(ext.UNICODE, cur)