From: Mike Bayer Date: Wed, 14 Mar 2012 23:41:20 +0000 (-0700) Subject: fails on oracle too X-Git-Tag: rel_0_7_6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf8feb6dd39b1741a18fc6fc3098d8944a88120;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fails on oracle too --- diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 8e87fe5d54..951e1551d8 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -1681,6 +1681,10 @@ class NumericTest(fixtures.TestBase): numbers ) + @testing.fails_on('oracle+cx_oracle', + "this may be a bug due to the difficulty in handling " + "oracle precision numerics" + ) @testing.fails_on('postgresql+pg8000', "pg-8000 does native decimal but truncates the decimals.") def test_numeric_no_decimal(self):