Skip to content

Commit 83212e7

Browse files
committed
[travis] Stabilize spatialite tests
1 parent c176a8b commit 83212e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/python/test_provider_spatialite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
from qgis.utils import spatialite_connect
3939

40-
# Pass no_exit=True: for some reason this crashes on exit on Travis MacOSX
41-
start_app(sys.platform != 'darwin')
40+
# Pass no_exit=True: for some reason this crashes sometimes on exit on Travis
41+
start_app(True)
4242
TEST_DATA_DIR = unitTestDataPath()
4343

4444

0 commit comments

Comments
 (0)