pytest 3.6.0 released!

Bruno Oliveira nicoddemus at gmail.com
Wed May 23 07:05:34 EDT 2018


The pytest team is proud to announce the 3.6.0 release!

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

This release contains a major internal refactoring of how marks are
handled, fixing a long number of long standing bugs. Users are strongly
encouraged to read the related documentation:

    https://docs.pytest.org/en/latest/mark.html#marker-revamp-and-iteration

As usual, the complete CHANGELOG can be found at:

    http://doc.pytest.org/en/latest/changelog.html

For complete documentation, please visit:

    http://docs.pytest.org

As usual, you can upgrade from pypi via:

    pip install -U pytest

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

* Anthony Shaw
* ApaDoctor
* Brian Maissy
* Bruno Oliveira
* Jon Dufresne
* Katerina Koukiou
* Miro Hrončok
* Rachel Kogan
* Ronny Pfannschmidt
* Tim Hughes
* Tyler Goodlet
* Ville Skyttä
* aviral1701
* feuillemorte


Happy testing,
The Pytest Development Team


More information about the Python-announce-list mailing list