From 5e4963ef5ffef1410097c77b8682f3435492c110 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Mon, 3 Aug 2009 00:20:35 +0000 Subject: [PATCH] skip the examples on jython for now since they have a hard dependency on sqlite --- test/ex/test_examples.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3