Skip to content

Commit

Permalink
Fix compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Dec 13, 2024
1 parent 4ee1681 commit 86dac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from tests.benchmark import benchmark_ASM


@pytest.mark.skipIf(platform.system() != "Windows", "ASM only support Windows now.")
@pytest.mark.skipif(platform.system() != "Windows", "ASM only support Windows now.")
@unittest.skipIf(platform.system() != "Windows", "ASM only support Windows now.")
class TestASM(unittest.TestCase):
@classmethod
Expand Down

0 comments on commit 86dac77

Please sign in to comment.