From: Mike Bayer Date: Tue, 24 Nov 2009 22:56:59 +0000 (+0000) Subject: test fails on zxjdbc X-Git-Tag: rel_0_6beta1~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=976b9223aedc8b347a0356f33c483f0828291cd1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git test fails on zxjdbc --- diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 2a23224414..316e2be9bd 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -944,6 +944,7 @@ class MiscTest(TestBase, AssertsExecutionResults, AssertsCompiledSQL): finally: meta1.drop_all() + @testing.fails_on('+zxdbc', "Can't infer the SQL type to use for an instance of org.python.core.PyObjectDerived.") def test_extract(self): fivedaysago = datetime.datetime.now() - datetime.timedelta(days=5) for field, exp in (