close issue #64
This commit is contained in:
parent
c893636c33
commit
110f115fb4
@ -10,8 +10,8 @@ import pytest
|
|||||||
|
|
||||||
HERE = os.path.abspath(os.path.dirname(__file__))
|
HERE = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
skip_on_windows = pytest.mark.skipif(sys.platform == 'win32',
|
skip_on_windows = pytest.mark.skipif('sys.platform == "win32"', reason="ms windows not supported")
|
||||||
reason="windows not supported")
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user