mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Skip a test on the proper PG function
This commit is contained in:
parent
c61ec094a3
commit
de6aff31b8
|
@ -296,7 +296,7 @@ class NamedTupleCursorTest(unittest.TestCase):
|
|||
self.assertEqual(recs[0].i, 42)
|
||||
|
||||
@skip_if_no_namedtuple
|
||||
@skip_before_postgres(8, 0)
|
||||
@skip_before_postgres(8, 2)
|
||||
def test_not_greedy(self):
|
||||
curs = self.conn.cursor('tmp')
|
||||
curs.itersize = 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user