From ec5e05834fd261d6880bc8b5b9912fff13a6e05f Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 18 May 2016 21:35:31 +0200 Subject: [PATCH] fix typo --- 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 8d698b588..9b3e15b37 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(reason='callspec2.setmulti missuses keywords') + @pytest.mark.xfail(reason='callspec2.setmulti misuses keywords') @pytest.mark.issue1540 def test_mark_from_parameters(self, testdir): testdir.makepyfile("""