From 72e695ba1f3f8d7fab4734ae56b8f0b6ee98e4a0 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 14 May 2018 03:11:11 +0100 Subject: [PATCH] Skipped test on db version not supporting unicode identifiers --- tests/test_extras_dictcursor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_extras_dictcursor.py b/tests/test_extras_dictcursor.py index b371994d..8ef351dd 100755 --- a/tests/test_extras_dictcursor.py +++ b/tests/test_extras_dictcursor.py @@ -392,6 +392,7 @@ class NamedTupleCursorTest(ConnectingTestCase): self.assertEqual(rv.f3, 3) @skip_before_python(3) + @skip_before_postgres(8) @skip_if_no_namedtuple def test_nonascii_name(self): curs = self.conn.cursor()