]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- this test passes now in more recent mysqlconnector
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Oct 2014 16:34:41 +0000 (12:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Oct 2014 16:34:41 +0000 (12:34 -0400)
test/dialect/mysql/test_types.py

index 75dbe15e0f4726bb1707a9864876e8fcf25dce57..e65acc6db5046d1b7a8e38cde4f6551550baaf20 100644 (file)
@@ -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,