From 1830de2c136fb4cb6b07d53bec7fefa065bd8c2f Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 29 Jan 2014 13:56:24 +0100 Subject: [PATCH] make it clear that this xfail is an unimplemented feature, nothing more. --- testing/test_capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_capture.py b/testing/test_capture.py index c80cb97d5..e3fe6cfcf 100644 --- a/testing/test_capture.py +++ b/testing/test_capture.py @@ -191,7 +191,7 @@ class TestPerTestCapturing: "in func2*", ]) - @pytest.mark.xfail + @pytest.mark.xfail(reason="unimplemented feature") def test_capture_scope_cache(self, testdir): p = testdir.makepyfile(""" import sys