File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ def _newer_echo(fn, *args):
254
254
assert echo ("foo" ) == "echo: foo"
255
255
256
256
257
- @pytest .mark .xfail ("Not yet working: it removes all patches" )
257
+ @pytest .mark .xfail (reason = "Not yet working: it removes all patches" )
258
258
def test_multiple_patches_same_target_sequentially_undone ():
259
259
def _new_echo (fn , * args ):
260
260
return fn (* args ) + " new"
@@ -274,7 +274,7 @@ def _newer_echo(fn, *args):
274
274
assert echo ("foo" ) == "echo: foo newer"
275
275
276
276
277
- @pytest .mark .xfail ("Not yet working: it only applies latest" )
277
+ @pytest .mark .xfail (reason = "Not yet working: it only applies latest" )
278
278
def test_multiple_patches_same_target_apply_concurrently ():
279
279
def test_echo (arg ):
280
280
return f"echo: { arg } "
You can’t perform that action at this time.
0 commit comments