Cherry-pick release 5.4.2

This commit is contained in:
Bruno Oliveira
2020-05-08 09:03:21 -03:00
parent 5dd987e10f
commit e6151cd8d0
4 changed files with 61 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
pytest-5.4.2
=======================================
pytest 5.4.2 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
* Bruno Oliveira
* Daniel Hahler
* Ran Benita
* Ronny Pfannschmidt
Happy testing,
The pytest Development Team