We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee8055 commit ab2dc50Copy full SHA for ab2dc50
tests/test_patch_target.py
@@ -91,7 +91,7 @@ def test_patch_target_function():
91
92
@upytest.skip(
93
"This doesn't work because of a MicroPython bug. Damien to fix.",
94
- when=upytest.is_micropython,
+ skip_when=upytest.is_micropython,
95
)
96
def test_patch_target_class_method():
97
"""
0 commit comments