diff --git a/_pytest/junitxml.py b/_pytest/junitxml.py index 915f045f0..b88050712 100644 --- a/_pytest/junitxml.py +++ b/_pytest/junitxml.py @@ -336,4 +336,3 @@ class LogXML(object): def pytest_terminal_summary(self, terminalreporter): terminalreporter.write_sep("-", "generated xml file: %s" % (self.logfile)) - terminalreporter.write(str(self.stats))