From 110f115fb4498e5163ff86719b6d620b95985b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Ilia=C5=A1?= Date: Mon, 24 Aug 2015 16:12:38 +0200 Subject: [PATCH] close issue #64 --- test/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.py b/test/test.py index fce3ad9..0714008 100644 --- a/test/test.py +++ b/test/test.py @@ -10,8 +10,8 @@ import pytest HERE = os.path.abspath(os.path.dirname(__file__)) -skip_on_windows = pytest.mark.skipif(sys.platform == 'win32', - reason="windows not supported") +skip_on_windows = pytest.mark.skipif('sys.platform == "win32"', reason="ms windows not supported") + # ------------------------------------------------------------------------------