summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Locke <tlocke@tlocke.org.uk>2014-05-11 17:52:53 +0100
committerTony Locke <tlocke@tlocke.org.uk>2014-05-21 19:17:41 +0100
commitfc4e113cf1ee0c1c4ca636df146aaee8522c92d5 (patch)
tree642fa71a7b70205501f219267be3862a33b670d7
parent30af3116286b39a8ffe328a5a99599528814a16b (diff)
downloadsqlalchemy-fc4e113cf1ee0c1c4ca636df146aaee8522c92d5.tar.gz
pg8000 now passes test_extract() test
-rw-r--r--test/dialect/postgresql/test_dialect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py
index e4b247713..e0d3e6f9e 100644
--- a/test/dialect/postgresql/test_dialect.py
+++ b/test/dialect/postgresql/test_dialect.py
@@ -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)