make it clear that this xfail is an unimplemented feature, nothing more.

This commit is contained in:
holger krekel 2014-01-29 13:56:24 +01:00
parent 25ab906b8b
commit 1830de2c13
1 changed files with 1 additions and 1 deletions

View File

@ -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