diff options
| -rw-r--r-- | ishtar_common/tests.py | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index eca722670..953e91b61 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -95,13 +95,7 @@ def create_user():  class TestCase(BaseTestCase): -    def _pre_setup(self): -        super(TestCase, self)._pre_setup() -        if settings.USE_SPATIALITE_FOR_TESTS: -            return -        with connection.cursor() as c: -            for view in [CRBulkView, FirstBaseFindView, BFBulkView, FBulkView]: -                c.execute(view.CREATE_SQL) +    pass  class CommandsTestCase(TestCase): | 
