Merge pull request #11096 from pytest-dev/release-7.3.2

Prepare release 7.3.2

(cherry picked from commit 5dcd2be466)
This commit is contained in:
Ran Benita
2023-06-10 22:30:12 +03:00
parent 52cf700f1b
commit 0142bb6687
11 changed files with 48 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2
release-7.3.2
release-7.3.1
release-7.3.0
release-7.2.2

View File

@@ -0,0 +1,21 @@
pytest-7.3.2
=======================================
pytest 7.3.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:
* Adam J. Stewart
* Alessio Izzo
* Bruno Oliveira
* Ran Benita
Happy testing,
The pytest Development Team