From 029a6aaadd12e0126f33b2c80b30095109bbc989 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 Feb 2010 23:39:39 +0000 Subject: [PATCH] pg8000 doesn't seem to support this either --- test/dialect/test_postgresql.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index b950836a98..2d05939fea 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -1027,7 +1027,10 @@ class MiscTest(TestBase, AssertsExecutionResults, AssertsCompiledSQL): finally: meta1.drop_all() - @testing.fails_on('+zxjdbc', "Can't infer the SQL type to use for an instance of org.python.core.PyObjectDerived.") + @testing.fails_on('+zxjdbc', "Can't infer the SQL type to use " + "for an instance of " + "org.python.core.PyObjectDerived.") + @testing.fails_on('+pg8000', "Can't determine correct type.") def test_extract(self): fivedaysago = datetime.datetime.now() - datetime.timedelta(days=5) for field, exp in ( -- 2.47.3