From 1b7c70eab49a56240a7e5a43cb3c5f3f850211a3 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Sun, 15 Dec 2013 22:12:38 +0000 Subject: [PATCH] Do not use py2-only print, breaks py3 testruns --- testing/test_junitxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_junitxml.py b/testing/test_junitxml.py index 57b5461c7..b7c115d8e 100644 --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -295,7 +295,7 @@ class TestPython: assert M1 == M2 """) result, dom = runandparse(testdir) - print dom.toxml() + # print dom.toxml() def test_pass_captures_stdout(self, testdir): testdir.makepyfile("""