From: Mike Bayer Date: Mon, 15 Feb 2010 23:39:39 +0000 (+0000) Subject: pg8000 doesn't seem to support this either X-Git-Tag: rel_0_6beta2~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029a6aaadd12e0126f33b2c80b30095109bbc989;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git pg8000 doesn't seem to support this either --- 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 (