summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/test_extras_dictcursor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_extras_dictcursor.py b/tests/test_extras_dictcursor.py
index 2a46fba..d43980a 100755
--- a/tests/test_extras_dictcursor.py
+++ b/tests/test_extras_dictcursor.py
@@ -358,6 +358,7 @@ class NamedTupleCursorTest(ConnectingTestCase):
self.assertEqual(rv.f3, 3)
@skip_before_python(3)
+ @skip_before_postgres(8)
def test_nonascii_name(self):
curs = self.conn.cursor()
curs.execute('select 1 as \xe5h\xe9')