<div dir="ltr">Hey everyone,<div><br></div><div>I&#39;m happy to announce pytest 2.8.6 has been released.</div><div><br></div><div><div>pytest is a widely used mature test runner both for unit and functional tests in Python.</div><div>See <a href="http://pytest.org">http://pytest.org</a> for documentation and examples.</div></div><div><br></div><div>Here are the fixes for this release:</div><div><br></div><div><div>- fix #1259: allow for double nodeids in junitxml,<br></div><div>  this was a regression failing plugins combinations</div><div>  like pytest-pep8 + pytest-flakes</div><div><br></div><div>- Workaround for exception that occurs in pyreadline when using</div><div>  ``--pdb`` with standard I/O capture enabled.</div><div>  Thanks Erik M. Bray for the PR.</div><div><br></div><div>- fix #900: Better error message in case the target of a ``monkeypatch`` call</div><div>  raises an ``ImportError``.</div><div><br></div><div>- fix #1292: monkeypatch calls (setattr, setenv, etc.) are now O(1).</div><div>  Thanks David R. MacIver for the report and Bruno Oliveira for the PR.</div><div><br></div><div>- fix #1223: captured stdout and stderr are now properly displayed before</div><div>  entering pdb when ``--pdb`` is used instead of being thrown away.</div><div>  Thanks Cal Leeming for the PR.</div><div><br></div><div>- fix #1305: pytest warnings emitted during ``pytest_terminal_summary`` are now</div><div>  properly displayed.</div><div>  Thanks Ionel Maries Cristian for the report and Bruno Oliveira for the PR.</div><div><br></div><div>- fix #628: fixed internal UnicodeDecodeError when doctests contain unicode.</div><div>  Thanks Jason R. Coombs for the report and Bruno Oliveira for the PR.</div><div><br></div><div>- fix #1334: Add captured stdout to jUnit XML report on setup error.</div><div>  Thanks Georgy Dyuldin for the PR.</div></div><div><br></div><div><div>Thanks to all who contributed to this release, among them:</div><div><br></div><div>    AMiT Kumar</div><div>    Bruno Oliveira</div><div>    Erik M. Bray</div><div>    Florian Bruhin</div><div>    Georgy Dyuldin</div><div>    Jeff Widman</div><div>    Kartik Singhal</div><div>    Loïc Estève</div><div>    Manu Phatak</div><div>    Peter Demin</div><div>    Rick van Hattem</div><div>    Ronny Pfannschmidt</div><div>    Ulrich Petri</div><div>    foxx</div></div><div><br></div><div>Thanks for using pytest, enjoy the new release!</div><div><br></div><div>Cheers,</div><div>Bruno.</div></div>