summaryrefslogtreecommitdiff
path: root/tests/test_with.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_with.py')
-rwxr-xr-xtests/test_with.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_with.py b/tests/test_with.py
index f26f8f9..1e4c518 100755
--- a/tests/test_with.py
+++ b/tests/test_with.py
@@ -215,7 +215,7 @@ class WithCursorTestCase(WithTestCase):
else:
self.fail("where is my exception?")
- @skip_before_postgres(8, 0)
+ @skip_before_postgres(8, 2)
def test_named_with_noop(self):
with self.conn.cursor('named') as cur:
pass