From ae7ac4f73a5b6610add847dacfdf784a9e280cd4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 2 Jul 2013 18:43:30 -0400 Subject: add a float exclusion to help oursql build 100% --- test/requirements.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/requirements.py b/test/requirements.py index e2637087d..a9cb44b57 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -536,6 +536,9 @@ class DefaultRequirements(SuiteRequirements): ] ) + @property + def floats_to_four_decimals(self): + return fails_if("mysql+oursql", "Floating point error") @property def python2(self): -- cgit v1.2.1