We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245d80b commit 7c6a7ffCopy full SHA for 7c6a7ff
1 file changed
utest/editor/test_z_kweditor_plugin.py
@@ -322,7 +322,7 @@ def test_disable(self):
322
"""
323
324
# This was failing at AppVeyor
325
- @pytest.mark.skipif(IS_WINDOWS, reason="On Windows causes: Windows fatal exception: access violation")
+ @pytest.mark.skipif(sys.platform=='win32', reason="On Windows causes: Windows fatal exception: access violation")
326
def test_show(self):
327
# self.setup_data()
328
# self.frame.Show()
0 commit comments