<div dir="ltr">Hi all,<div><br></div><div>I&#39;m happy to announce that pytest 2;9;1 has been released! This is a drop-in replacement for 2.9.0 containing just bug-fixes.</div><div><br></div><div><div>As usual, you can upgrade from pypi via:</div><div><br></div><div>    pip install -U pytest</div></div><div><br></div><div><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>Thanks to all who contributed to this release, among them:</div><div><br></div><div>    Bruno Oliveira<span class="Apple-tab-span" style="white-space:pre">        </span></div><div>    Daniel Hahler <span class="Apple-tab-span" style="white-space:pre">        </span></div><div>    Dmitry Malinovsky</div><div>    Florian Bruhin</div><div>    Floris Bruynooghe</div><div>    Matt Bachmann</div><div>    Ronny Pfannschmidt</div><div>    TomV</div><div>    Vladimir Bolshakov</div><div>    Zearin</div><div>    palaviv</div><div><br></div><div><br></div><div>Happy testing,</div><div>The py.test Development Team</div><div><br></div><div><br></div><div>2.9.1 (compared to 2.9.0)</div><div>-------------------------</div><div><br></div><div>**Bug Fixes**</div><div><br></div><div>* Improve error message when a plugin fails to load.</div><div>  Thanks `@nicoddemus`_ for the PR.</div><div><br></div><div>* Fix (`#1178 &lt;<a href="https://github.com/pytest-dev/pytest/issues/1178">https://github.com/pytest-dev/pytest/issues/1178</a>&gt;`_):</div><div>  ``pytest.fail`` with non-ascii characters raises an internal pytest error.</div><div>  Thanks `@nicoddemus`_ for the PR.</div><div><br></div><div>* Fix (`#469`_): junit parses report.nodeid incorrectly, when params IDs</div><div>  contain ``::``. Thanks `@tomviner`_ for the PR (`#1431`_).</div><div><br></div><div>* Fix (`#578 &lt;<a href="https://github.com/pytest-dev/pytest/issues/578">https://github.com/pytest-dev/pytest/issues/578</a>&gt;`_): SyntaxErrors</div><div>  containing non-ascii lines at the point of failure generated an internal</div><div>  py.test error.</div><div>  Thanks `@asottile`_ for the report and `@nicoddemus`_ for the PR.</div><div><br></div><div>* Fix (`#1437`_): When passing in a bytestring regex pattern to parameterize</div><div>  attempt to decode it as utf-8 ignoring errors.</div><div><br></div><div>* Fix (`#649`_): parametrized test nodes cannot be specified to run on the command line.</div><div><br></div><div><br></div><div>.. _#1437: <a href="https://github.com/pytest-dev/pytest/issues/1437">https://github.com/pytest-dev/pytest/issues/1437</a></div><div>.. _#469: <a href="https://github.com/pytest-dev/pytest/issues/469">https://github.com/pytest-dev/pytest/issues/469</a></div><div>.. _#1431: <a href="https://github.com/pytest-dev/pytest/pull/1431">https://github.com/pytest-dev/pytest/pull/1431</a></div><div>.. _#649: <a href="https://github.com/pytest-dev/pytest/issues/649">https://github.com/pytest-dev/pytest/issues/649</a></div><div><br></div><div>.. _@asottile: <a href="https://github.com/asottile">https://github.com/asottile</a></div></div></div><div><br></div></div>