Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1956 > unrolled thread

pytest 2.8.5 released

Started byBruno Oliveira <nicoddemus@gmail.com>
First post2015-12-12 01:05 +0000
Last post2015-12-12 01:05 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  pytest 2.8.5 released Bruno Oliveira <nicoddemus@gmail.com> - 2015-12-12 01:05 +0000

#1956 — pytest 2.8.5 released

FromBruno Oliveira <nicoddemus@gmail.com>
Date2015-12-12 01:05 +0000
Subjectpytest 2.8.5 released
Message-ID<mailman.209.1450016329.12405.python-announce-list@python.org>
Hey,

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

This release is supposed to be drop-in compatible to 2.8.4

pytest is a mature Python testing tool with more than a 1100 tests
against itself, passing on many different interpreters and platforms.

See below for the changes and see docs at:

    http://pytest.org

As usual, you can upgrade from pypi via::

    pip install -U pytest

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

  Alex Gaynor
  aselus-hub
  Bruno Oliveira
  Ronny Pfannschmidt

Happy testing,
The py.test Development Team


2.8.5 (compared to 2.8.4)
-------------------------

- fix #1243: fixed issue where class attributes injected during collection
could break pytest.
  PR by Alexei Kozlenok, thanks Ronny Pfannschmidt and Bruno Oliveira for
the review and help.

- fix #1074: precompute junitxml chunks instead of storing the whole tree
in objects
  Thanks Bruno Oliveira for the report and Ronny Pfannschmidt for the PR

- fix #1238: fix ``pytest.deprecated_call()`` receiving multiple arguments
  (Regression introduced in 2.8.4). Thanks Alex Gaynor for the report and
  Bruno Oliveira for the PR.

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web