]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
pg8000 now passes test_extract() test
authorTony Locke <tlocke@tlocke.org.uk>
Sun, 11 May 2014 16:52:53 +0000 (17:52 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 May 2014 16:29:25 +0000 (12:29 -0400)
test/dialect/postgresql/test_dialect.py

index e4b247713381024d31db865515660a64446798ec..e0d3e6f9e81caa4fc21041330a9908d82fe50ebe 100644 (file)
@@ -124,7 +124,6 @@ class MiscTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL):
     @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)