[Pytest-commit] commit/pytest: flub: Do not use py2-only print, breaks py3 testruns

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Dec 15 23:12:52 CET 2013


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.


More information about the pytest-commit mailing list