pyodbc is in tests_require

This commit is contained in:
Bastian Germann 2019-04-02 01:55:44 +02:00
parent 269cf922a2
commit 4982faa2f1

View File

@ -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