forked from openlp/openlp
Make test windows-only, again.
This commit is contained in:
parent
fc5f2e1018
commit
a8c5f8cb52
@ -25,6 +25,9 @@ This module contains tests for the WorshipCenter Pro song importer.
|
||||
import os
|
||||
from unittest import TestCase, SkipTest
|
||||
|
||||
if os.name != 'nt':
|
||||
raise SkipTest('Not Windows, skipping test')
|
||||
|
||||
import pyodbc
|
||||
from tests.functional import patch, MagicMock
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user