Merge pull request #84 from miroi/patch-6
test.py - wrap the expression in quotes to fix skipif error
This commit is contained in:
commit
abd885d2a3
@ -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")
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user