Prepare release version 7.4.2

This commit is contained in:
pytest bot
2023-09-07 17:21:49 +00:00
parent e4f022f0d8
commit 45f34dfb8d
11 changed files with 56 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2
release-7.4.2
release-7.4.1
release-7.4.0
release-7.3.2

View File

@@ -0,0 +1,18 @@
pytest-7.4.2
=======================================
pytest 7.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/stable/changelog.html.
Thanks to all of the contributors to this release:
* Bruno Oliveira
Happy testing,
The pytest Development Team