From: Mike Bayer Date: Mon, 23 Jan 2012 03:37:23 +0000 (-0500) Subject: exception pickling fails on cx_oracle X-Git-Tag: rel_0_7_5~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e6d1b0845986a72c28531f7eecab0a3831d20b3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git exception pickling fails on cx_oracle --- diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index a2b68e955e..e05732eb17 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -196,6 +196,9 @@ class ExecuteTest(fixtures.TestBase): "Packages the cursor in the exception") @testing.fails_on("mysql+oursql", "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") def test_stmt_exception_pickleable_plus_dbapi(self): raw = testing.db.raw_connection() the_orig = None