From: Mike Bayer Date: Mon, 13 Oct 2014 16:34:41 +0000 (-0400) Subject: - this test passes now in more recent mysqlconnector X-Git-Tag: rel_0_9_8~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe0a97972624d68f6098676d26f2f27099e80cd6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this test passes now in more recent mysqlconnector --- diff --git a/test/dialect/mysql/test_types.py b/test/dialect/mysql/test_types.py index 1159324b4b..ae0cc5bfb4 100644 --- a/test/dialect/mysql/test_types.py +++ b/test/dialect/mysql/test_types.py @@ -154,10 +154,8 @@ class TypesTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL): res ) - @testing.fails_if( - lambda: testing.against("mysql+mysqlconnector") - and not util.py3k, - "bug in mysqlconnector; http://bugs.mysql.com/bug.php?id=73266") + # fixed in mysql-connector as of 2.0.1, + # see http://bugs.mysql.com/bug.php?id=73266 @testing.provide_metadata def test_precision_float_roundtrip(self): t = Table('t', self.metadata,