mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[travis] Stabilize spatialite tests
This commit is contained in:
parent
c176a8bfb0
commit
83212e760a
@ -37,8 +37,8 @@ from qgis.PyQt.QtCore import QVariant
|
||||
|
||||
from qgis.utils import spatialite_connect
|
||||
|
||||
# Pass no_exit=True: for some reason this crashes on exit on Travis MacOSX
|
||||
start_app(sys.platform != 'darwin')
|
||||
# Pass no_exit=True: for some reason this crashes sometimes on exit on Travis
|
||||
start_app(True)
|
||||
TEST_DATA_DIR = unitTestDataPath()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user