From: Mike Bayer Date: Fri, 28 Mar 2014 20:37:43 +0000 (-0400) Subject: pickle of execption not supported on mysqlconnector X-Git-Tag: rel_0_9_4~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a04fb820289d10b4f340810e23242b4025e7c195;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git pickle of execption not supported on mysqlconnector --- diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index 62dea83b0f..7c0ccad978 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -285,6 +285,8 @@ class ExecuteTest(fixtures.TestBase): "Older versions dont support cursor pickling, newer ones do") @testing.fails_on("mysql+oursql", "Exception doesn't come back exactly the same from pickle") + @testing.fails_on("mysql+mysqlconnector", + "Exception doesn't come back exactly the same from pickle") @testing.fails_on("oracle+cx_oracle", "cx_oracle exception seems to be having " "some issue with pickling")