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 9af7661 commit e56a98fCopy full SHA for e56a98f
tests/unstub_test.py
@@ -152,8 +152,7 @@ def testPartialUnstubByMethodReferenceDoesNotRestoreMatchingPatchAttr(self):
152
with pytest.raises(AttributeError):
153
cat.meow()
154
155
- @pytest.mark.xfail(
156
- strict=False,
+ @pytest.mark.skip(
157
reason=(
158
"Characterization only: detached bound-method aliases currently "
159
"prefer patch_attr replacement matching before method-level unstub "
0 commit comments