1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/421d3b4d150d/ Changeset: 421d3b4d150d User: hpk42 Date: 2014-01-29 13:56:24 Summary: make it clear that this xfail is an unimplemented feature, nothing more. Affected #: 1 file
diff -r 1a190672b6cc3803f43d24bfe9a106df96a47629 -r 421d3b4d150d901de24b1cbeb8955547b1420483 testing/test_capture.py --- a/testing/test_capture.py +++ b/testing/test_capture.py @@ -191,7 +191,7 @@ "in func2*", ]) - @pytest.mark.xfail + @pytest.mark.xfail(reason="unimplemented feature") def test_capture_scope_cache(self, testdir): p = testdir.makepyfile(""" import sys Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit