Discussion:
[TIP] pytest 3.8.0 released!
Bruno Oliveira
2018-09-06 12:42:50 UTC
Permalink
The pytest team is proud to announce the 3.8.0 release!

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

This release introduces a refactoring of warnings generated by pytest
itself, making clearer when features are deprecated and when they are
planned for removal. Also fixes a number of long standing issues with
warnings capture.

Users are encouraged to take a look at the CHANGELOG:

https://docs.pytest.org/en/latest/changelog.html

For complete documentation, please visit:

https://docs.pytest.org/en/latest/

As usual, you can upgrade from pypi via:

pip install -U pytest

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

* Anthony Sottile
* Bruno Oliveira
* CrazyMerlyn
* Daniel Hahler
* Fabio Zadrozny
* Jeffrey Rackauckas
* Ronny Pfannschmidt
* Virgil Dupras
* dhirensr
* hoefling
* wim glenn


Happy testing,
The Pytest Development Team

Loading...