1 new commit in pytest-xdist: https://bitbucket.org/hpk42/pytest-xdist/commits/d12d4048a36d/ Changeset: d12d4048a36d User: hpk42 Date: 2013-04-02 10:48:26 Summary: fix py3 issue Affected #: 1 file
diff -r 4bd2bb53ae3e6d7c4f183f250ef291ebe90207b1 -r d12d4048a36df7189d44382d2b83d7af098bf35c testing/test_looponfail.py --- a/testing/test_looponfail.py +++ b/testing/test_looponfail.py @@ -217,7 +217,7 @@ def runsession_dups(): # twisted.trial test cases may report multiple errors. failures, reports, collection_failed = orig_runsession() - print failures + print (failures) return failures * 2, reports, collection_failed monkeypatch.setattr(remotecontrol, 'runsession', runsession_dups) Repository URL: https://bitbucket.org/hpk42/pytest-xdist/ -- 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 http://mail.python.org/mailman/listinfo/pytest-commit