We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee1681 commit 86dac77Copy full SHA for 86dac77
1 file changed
tests/test_asm.py
@@ -8,7 +8,7 @@
8
from tests.benchmark import benchmark_ASM
9
10
11
-@pytest.mark.skipIf(platform.system() != "Windows", "ASM only support Windows now.")
+@pytest.mark.skipif(platform.system() != "Windows", "ASM only support Windows now.")
12
@unittest.skipIf(platform.system() != "Windows", "ASM only support Windows now.")
13
class TestASM(unittest.TestCase):
14
@classmethod
0 commit comments