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") + # ------------------------------------------------------------------------------