Skip to content

Commit ab2dc50

Browse files
committed
Update to using skip_when.
1 parent dee8055 commit ab2dc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_patch_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_patch_target_function():
9191

9292
@upytest.skip(
9393
"This doesn't work because of a MicroPython bug. Damien to fix.",
94-
when=upytest.is_micropython,
94+
skip_when=upytest.is_micropython,
9595
)
9696
def test_patch_target_class_method():
9797
"""

0 commit comments

Comments
 (0)