From a8c5f8cb522dc1638386f0e4f1c7bbb755b8eb71 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Tue, 27 Oct 2015 15:15:22 +0000 Subject: [PATCH] Make test windows-only, again. --- .../openlp_plugins/songs/test_worshipcenterproimport.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py b/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py index 849522e67..cf5ba6bda 100644 --- a/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py +++ b/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py @@ -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