We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1682b commit ce8989fCopy full SHA for ce8989f
1 file changed
tests/test_asm.py
@@ -9,7 +9,7 @@
9
10
11
@pytest.mark.skipUnless(platform.system() == "Windows", "ASM only support Windows now.")
12
-@unittest.skipUnless(platform.system() == "Windows", "ASM only support Windows now.")
+@unittest.skipIf(platform.system() != "Windows", "ASM only support Windows now.")
13
class TestASM(unittest.TestCase):
14
@classmethod
15
def setUpClass(cls):
0 commit comments