1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/ceafafc62657/ Changeset: ceafafc62657 User: hpk42 Date: 2014-04-02 20:49:57 Summary: fix test on py33, thanks msabramo1 Affected #: 1 file
diff -r abb19eb7123acf5673798b34e47248807fc82019 -r ceafafc62657ed15b0486e8838f20b06abc0880d testing/test_capture.py --- a/testing/test_capture.py +++ b/testing/test_capture.py @@ -1017,7 +1017,7 @@ def test_close(): os.close(1) def test_capture_again(): - os.write(1, "hello\\n") + os.write(1, b"hello\\n") assert 0 """) result = testdir.runpytest() 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