]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
pickle of execption not supported on mysqlconnector
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 20:37:43 +0000 (16:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 20:37:43 +0000 (16:37 -0400)
test/engine/test_execute.py

index 62dea83b0fc913071757610d07c4736a16f0a394..7c0ccad97854e97d7730947e9de1a2c5963eea4c 100644 (file)
@@ -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")