From: Philip Jenvey Date: Mon, 3 Aug 2009 00:20:35 +0000 (+0000) Subject: skip the examples on jython for now since they have a hard dependency on sqlite X-Git-Tag: rel_0_6_6~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e4963ef5ffef1410097c77b8682f3435492c110;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git skip the examples on jython for now since they have a hard dependency on sqlite --- diff --git a/test/ex/test_examples.py b/test/ex/test_examples.py index 411c44a0b3..fe2dd14c75 100644 --- a/test/ex/test_examples.py +++ b/test/ex/test_examples.py @@ -40,6 +40,7 @@ def check_import(module): class ExamplesTest(TestBase): + @testing.crashes('+zxjdbc', 'FIXME: examples have hard dependency on sqlite') def test_examples(self): for module in find_modules(): check_import.description = module