From 76756c0c0b0385ec6bed2f883a2149ed42186180 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Mon, 27 Jun 2016 11:57:21 +0200 Subject: [PATCH] mark tests: use better name of the test for #568 --- testing/test_mark.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test_mark.py b/testing/test_mark.py index cf7dc6f16..cf59baed9 100644 --- a/testing/test_mark.py +++ b/testing/test_mark.py @@ -420,8 +420,8 @@ class TestFunctional: @pytest.mark.issue568 - @pytest.mark.xfail(reason="markers smear, needs fixing") - def test_mark_decorator_subclass_does_not_propagate_to_base2(self, testdir): + @pytest.mark.xfail(reason="markers smear on methods of base classes") + def test_mark_should_not_pass_to_siebling_class(self, testdir): p = testdir.makepyfile(""" import pytest