From: Mike Bayer Date: Mon, 1 Mar 2010 22:12:25 +0000 (+0000) Subject: skip test for oursql X-Git-Tag: rel_0_6beta2~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52d89f72251e27da12276c20c9fab96c72c58da0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git skip test for oursql --- diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index 4004ae9366..9da0d49340 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -201,7 +201,8 @@ class ProxyConnectionTest(TestBase): assert_stmts(compiled, stmts) assert_stmts(cursor, cursor_stmts) - + + @testing.fails_on('mysql+oursql', 'oursql dialect has some extra steps here') def test_transactional(self): track = [] class TrackProxy(ConnectionProxy):