From 98dd2ce75cf35adc1e426e571109035d8a153ed6 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Thu, 28 Apr 2016 16:22:31 +0200 Subject: [PATCH] document reason for #1540 --- testing/test_mark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_mark.py b/testing/test_mark.py index ca96255e7..8d698b588 100644 --- a/testing/test_mark.py +++ b/testing/test_mark.py @@ -563,7 +563,7 @@ class TestFunctional: if isinstance(v, MarkInfo)]) assert marker_names == set(expected_markers) - @pytest.mark.xfail + @pytest.mark.xfail(reason='callspec2.setmulti missuses keywords') @pytest.mark.issue1540 def test_mark_from_parameters(self, testdir): testdir.makepyfile("""