diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-02 18:43:30 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-02 18:43:30 -0400 |
| commit | ae7ac4f73a5b6610add847dacfdf784a9e280cd4 (patch) | |
| tree | 0c10fd76884e24404be98ba1ad01932f1071c98e /lib/sqlalchemy/testing/suite | |
| parent | b1e1bf8e674f8175f33a03d0dd4d605256f1e9d7 (diff) | |
| download | sqlalchemy-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.py | 1 |
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), |
