From nicoddemus at gmail.com Sun Jan 6 10:13:28 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sun, 6 Jan 2019 13:13:28 -0200 Subject: [pytest-dev] pytest 4.1.0 Message-ID: The pytest team is proud to announce the 4.1.0 release! In this release, a number of features have been removed (which were previously warnings turned into errors), so users are strongly encouraged to take a look at the CHANGELOG before updating: 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: * Adam Johnson * Aly Sivji * Andrey Paramonov * Anthony Sottile * Bruno Oliveira * Daniel Hahler * David Vo * Hyunchel Kim * Jeffrey Rackauckas * Kanguros * Nicholas Devenish * Pedro Algarvio * Randy Barlow * Ronny Pfannschmidt * Tomer Keren * feuillemorte * wim glenn Happy testing, The Pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Sat Jan 12 09:53:17 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sat, 12 Jan 2019 12:53:17 -0200 Subject: [pytest-dev] pytest 4.1.1 Message-ID: pytest 4.1.1 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: * Anthony Sottile * Anton Lodder * Bruno Oliveira * Daniel Hahler * David Vo * Oscar Benjamin * Ronny Pfannschmidt * Victor Maryama * Yoav Caspi * dmitry.dygalo Happy testing, The pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Tue Jan 29 13:20:32 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Tue, 29 Jan 2019 16:20:32 -0200 Subject: [pytest-dev] The Gentle Art Of Patch Review Message-ID: Hi everyone, I noticed Nathaniel J. Smith has added this link to the trio docs recently[1]: http://sage.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/ I got curious and indeed it is an interesting read, so I'm sharing it with the list. Cheers, Bruno. [1]: https://github.com/python-trio/trio/pull/891 -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicoddemus at gmail.com Wed Jan 30 16:39:00 2019 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Wed, 30 Jan 2019 19:39:00 -0200 Subject: [pytest-dev] pytest 4.2.0 released Message-ID: The pytest team is proud to announce the 4.2.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 contains a number of bugs fixes and improvements, so 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: * Adam Uhlir * Anthony Sottile * Bruno Oliveira * Christopher Dignam * Daniel Hahler * Joseph Hunkeler * Kristoffer Nordstroem * Ronny Pfannschmidt * Thomas Hisch * wim glenn Happy testing, The Pytest Development Team -------------- next part -------------- An HTML attachment was scrubbed... URL: