1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/ec591a414d15/ Changeset: ec591a414d15 User: flub Date: 2013-12-15 23:12:38 Summary: Do not use py2-only print, breaks py3 testruns Affected #: 1 file
diff -r e629b41d0f58f215347d34e18b48f63dba5310f5 -r ec591a414d15677998d8214c5652c5d9fcef83e0 testing/test_junitxml.py --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -295,7 +295,7 @@ assert M1 == M2 """) result, dom = runandparse(testdir) - print dom.toxml() + # print dom.toxml() def test_pass_captures_stdout(self, testdir): testdir.makepyfile(""" 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