[TIP] pytest 2.8.2 released

Florian Bruhin me at the-compiler.org
Wed Oct 7 09:05:52 PDT 2015


Hey,

I'm happy to announce pytest 2.8.2 has been released.

In case you wonder, pytest is a widely used mature test runner both
for unit and functional test purposes in python.  See
http://pytest.org for documentation and examples.

Among other things, this release fixes a regression introduced in
2.8.1 when using parametrize with encoded byte strings:

- fix #1085: proper handling of encoding errors when passing encoded byte
  strings to pytest.parametrize in Python 2.
  Thanks Themanwithoutaplan for the report and Bruno Oliveira for the PR.

- fix #1087: handling SystemError when passing empty byte strings to
  pytest.parametrize in Python 3.
  Thanks Paul Kehrer for the report and Bruno Oliveira for the PR.

- fix #995: fixed internal error when filtering tracebacks where one entry
  was generated by an exec() statement.
  Thanks Daniel Hahler, Ashley C Straw, Philippe Gauthier and Pavel Savchenko
  for contributing and Bruno Oliveira for the PR.

Thanks to all who contributed to this release, among them:

    Bruno Oliveira
    Demian Brecht
    Florian Bruhin
    Ionel Cristian Mărieș
    Raphael Pierzina
    Ronny Pfannschmidt
    holger krekel

There are still some regressions open from 2.8, among them an issue
when using objects with a custom __getattr__ with Python 2.6:

https://github.com/pytest-dev/pytest/issues/1035

Fixes for those issues are in progress, and there hopefully will be a
2.8.3 release soon.

Thanks for flying pytest and sorry for the turbulences! ;)

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20151007/e66957a0/attachment.pgp>


More information about the testing-in-python mailing list