From: Mike Bayer Date: Tue, 18 Mar 2008 23:50:30 +0000 (+0000) Subject: test not supported on sqlite X-Git-Tag: rel_0_4_5~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b387602d62262a3b84d10529077f00e4c75e07f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git test not supported on sqlite --- diff --git a/test/orm/unitofwork.py b/test/orm/unitofwork.py index 8f06b15889..3867290c8e 100644 --- a/test/orm/unitofwork.py +++ b/test/orm/unitofwork.py @@ -670,6 +670,7 @@ class ExtraPassiveDeletesTest(ORMTest): sess.delete(mc) self.assertRaises(exceptions.DBAPIError, sess.commit) + @testing.unsupported('sqlite') def test_extra_passive_2(self): class MyClass(object): pass