summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-10-13 12:34:41 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-10-13 12:35:02 -0400
commitfe0a97972624d68f6098676d26f2f27099e80cd6 (patch)
tree574086fa82659f4c60b84708f0db49dc7a0b7a8c
parent79808752a36492ea791338d44cd264e0e288167e (diff)
downloadsqlalchemy-fe0a97972624d68f6098676d26f2f27099e80cd6.tar.gz
- this test passes now in more recent mysqlconnector
-rw-r--r--test/dialect/mysql/test_types.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/dialect/mysql/test_types.py b/test/dialect/mysql/test_types.py
index 1159324b4..ae0cc5bfb 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,