forked from openlp/openlp
pyodbc is in tests_require
This commit is contained in:
parent
269cf922a2
commit
4982faa2f1
@ -25,9 +25,9 @@ This module contains tests for the WorshipCenter Pro song importer.
|
|||||||
from unittest import TestCase, skipUnless
|
from unittest import TestCase, skipUnless
|
||||||
from unittest.mock import MagicMock, patch
|
from unittest.mock import MagicMock, patch
|
||||||
|
|
||||||
|
import pyodbc
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import pyodbc
|
|
||||||
from openlp.core.common.registry import Registry
|
from openlp.core.common.registry import Registry
|
||||||
from openlp.plugins.songs.lib.importers.worshipcenterpro import WorshipCenterProImport
|
from openlp.plugins.songs.lib.importers.worshipcenterpro import WorshipCenterProImport
|
||||||
CAN_RUN_TESTS = True
|
CAN_RUN_TESTS = True
|
||||||
|
Loading…
Reference in New Issue
Block a user