From 402917024bc8766d6a8f627d97b197d978243ee4 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 15 Jan 2016 19:11:02 +0200 Subject: [PATCH] Another go at this --- tests/functional/openlp_core_utils/test_db.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/openlp_core_utils/test_db.py b/tests/functional/openlp_core_utils/test_db.py index 5968536f6..baeb195e0 100644 --- a/tests/functional/openlp_core_utils/test_db.py +++ b/tests/functional/openlp_core_utils/test_db.py @@ -53,6 +53,7 @@ class TestUtilsDBFunctions(TestCase): Clean up """ self.session.close() + self.session = None time.sleep(1) shutil.rmtree(self.tmp_folder)