summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-07-02 18:43:30 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-07-02 18:43:30 -0400
commitae7ac4f73a5b6610add847dacfdf784a9e280cd4 (patch)
tree0c10fd76884e24404be98ba1ad01932f1071c98e /lib/sqlalchemy/testing/suite
parentb1e1bf8e674f8175f33a03d0dd4d605256f1e9d7 (diff)
downloadsqlalchemy-ae7ac4f73a5b6610add847dacfdf784a9e280cd4.tar.gz
add a float exclusion to help oursql build 100%
Diffstat (limited to 'lib/sqlalchemy/testing/suite')
-rw-r--r--lib/sqlalchemy/testing/suite/test_types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/suite/test_types.py b/lib/sqlalchemy/testing/suite/test_types.py
index 0d8bfdc0f..0de462eb7 100644
--- a/lib/sqlalchemy/testing/suite/test_types.py
+++ b/lib/sqlalchemy/testing/suite/test_types.py
@@ -283,6 +283,7 @@ class NumericTest(fixtures.TestBase):
[15.7563, None],
)
+ @testing.requires.floats_to_four_decimals
def test_float_as_decimal(self):
self._do_test(
Float(precision=8, asdecimal=True),