1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/634ccdf8a274/ Changeset: 634ccdf8a274 User: hpk42 Date: 2014-01-22 22:18:33 Summary: mark encoding test as xfail also on py2 Affected #: 1 file
diff -r 5ff86fc01cf5c22ff19cd9409af677f3a411c6cc -r 634ccdf8a2747cc3f662f4bacf1d25047c62a7bc testing/test_capture.py --- a/testing/test_capture.py +++ b/testing/test_capture.py @@ -494,7 +494,7 @@ assert result.ret == 0 assert 'hello19' in result.stdout.str() -@pytest.mark.xfail(sys.version_info >= (3, 0), reason='encoding issues') +@pytest.mark.xfail(reason='encoding issues') def test_capture_binary_output(testdir): testdir.makepyfile(""" import pytest @@ -515,4 +515,4 @@ result.stdout.fnmatch_lines([ '*2 passed*', ]) - + 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