]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
skip the examples on jython for now since they have a hard dependency on sqlite
authorPhilip Jenvey <pjenvey@underboss.org>
Mon, 3 Aug 2009 00:20:35 +0000 (00:20 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Mon, 3 Aug 2009 00:20:35 +0000 (00:20 +0000)
test/ex/test_examples.py

index 411c44a0b31547f86a177b6e95fe76c28c3d3add..fe2dd14c75565ee5794b9136b21fffce53f689f5 100644 (file)
@@ -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