Skip to content

Commit 98dd2ce

Browse files
document reason for pytest-dev#1540
1 parent 308e76e commit 98dd2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_mark.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def assert_markers(self, items, **expected):
563563
if isinstance(v, MarkInfo)])
564564
assert marker_names == set(expected_markers)
565565

566-
@pytest.mark.xfail
566+
@pytest.mark.xfail(reason='callspec2.setmulti missuses keywords')
567567
@pytest.mark.issue1540
568568
def test_mark_from_parameters(self, testdir):
569569
testdir.makepyfile("""

0 commit comments

Comments
 (0)