<div dir="ltr"><div>Hey,</div><div><br></div><div>I&#39;m happy to announce pytest 2.8.5 has been released. </div><div><br></div><div>This release is supposed to be drop-in compatible to 2.8.4</div><div><br></div><div>pytest is a mature Python testing tool with more than a 1100 tests</div><div>against itself, passing on many different interpreters and platforms.</div><div><br></div><div>See below for the changes and see docs at:</div><div><br></div><div>    <a href="http://pytest.org">http://pytest.org</a></div><div><br></div><div>As usual, you can upgrade from pypi via::</div><div><br></div><div>    pip install -U pytest</div><div><br></div><div>Thanks to all who contributed to this release, among them:</div><div><br></div><div>  Alex Gaynor</div><div>  aselus-hub</div><div>  Bruno Oliveira</div><div>  Ronny Pfannschmidt</div><div><br></div><div>Happy testing,</div><div>The py.test Development Team</div><div><br></div><div><br></div><div>2.8.5 (compared to 2.8.4)</div><div>-------------------------</div><div><br></div><div>- fix #1243: fixed issue where class attributes injected during collection could break pytest.</div><div>  PR by Alexei Kozlenok, thanks Ronny Pfannschmidt and Bruno Oliveira for the review and help.</div><div><br></div><div>- fix #1074: precompute junitxml chunks instead of storing the whole tree in objects</div><div>  Thanks Bruno Oliveira for the report and Ronny Pfannschmidt for the PR</div><div><br></div><div>- fix #1238: fix ``pytest.deprecated_call()`` receiving multiple arguments</div><div>  (Regression introduced in 2.8.4). Thanks Alex Gaynor for the report and</div><div>  Bruno Oliveira for the PR.</div><div><br></div></div>