From 414c1c59db69c49f03516558fb4954cbad9d27bd Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Tue, 9 Apr 2019 20:47:46 +0200 Subject: [PATCH] Revert MacOS test breaking change --- .../openlp_plugins/songs/test_worshipcenterproimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py b/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py index df084c9ab..0dd8398f8 100644 --- a/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py +++ b/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py @@ -25,9 +25,9 @@ This module contains tests for the WorshipCenter Pro song importer. from unittest import TestCase, skipUnless from unittest.mock import MagicMock, patch -import pyodbc try: + import pyodbc from openlp.core.common.registry import Registry from openlp.plugins.songs.lib.importers.worshipcenterpro import WorshipCenterProImport CAN_RUN_TESTS = True