mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-15 05:26:37 +03:00
Skipped test on db version not supporting unicode identifiers
This commit is contained in:
parent
2bc1a81dba
commit
72e695ba1f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user