From: Mike Bayer Date: Wed, 14 Mar 2012 21:56:57 +0000 (-0700) Subject: pg8000 fails on this X-Git-Tag: rel_0_7_6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d62a2ca58f5380c86e7f3a3c2869c26460343f5e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git pg8000 fails on this --- diff --git a/test/sql/test_types.py b/test/sql/test_types.py index f261c4ec8e..8e87fe5d54 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -1681,6 +1681,8 @@ class NumericTest(fixtures.TestBase): numbers ) + @testing.fails_on('postgresql+pg8000', + "pg-8000 does native decimal but truncates the decimals.") def test_numeric_no_decimal(self): numbers = set([ decimal.Decimal("1.000")