From 3e6d1b0845986a72c28531f7eecab0a3831d20b3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 22 Jan 2012 22:37:23 -0500 Subject: [PATCH] exception pickling fails on cx_oracle --- test/engine/test_execute.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2