make it clear that this xfail is an unimplemented feature, nothing more.
This commit is contained in:
parent
25ab906b8b
commit
1830de2c13
|
@ -191,7 +191,7 @@ class TestPerTestCapturing:
|
||||||
"in func2*",
|
"in func2*",
|
||||||
])
|
])
|
||||||
|
|
||||||
@pytest.mark.xfail
|
@pytest.mark.xfail(reason="unimplemented feature")
|
||||||
def test_capture_scope_cache(self, testdir):
|
def test_capture_scope_cache(self, testdir):
|
||||||
p = testdir.makepyfile("""
|
p = testdir.makepyfile("""
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue