File tree Expand file tree Collapse file tree 5 files changed +33
-2
lines changed Expand file tree Collapse file tree 5 files changed +33
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Release announcements
66 :maxdepth: 2
77
88
9+ release-6.2.4
910 release-6.2.3
1011 release-6.2.2
1112 release-6.2.1
Original file line number Diff line number Diff line change 1+ pytest-6.2.4
2+ =======================================
3+
4+ pytest 6.2.4 has just been released to PyPI.
5+
6+ This is a bug-fix release, being a drop-in replacement. To upgrade::
7+
8+ pip install --upgrade pytest
9+
10+ The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
11+
12+ Thanks to all of the contributors to this release:
13+
14+ * Anthony Sottile
15+ * Bruno Oliveira
16+ * Christian Maurer
17+ * Florian Bruhin
18+ * Ran Benita
19+
20+
21+ Happy testing,
22+ The pytest Development Team
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ with advance notice in the **Deprecations** section of releases.
2828
2929.. towncrier release notes start
3030
31+ pytest 6.2.4 (2021-05-04)
32+ =========================
33+
34+ Bug Fixes
35+ ---------
36+
37+ - `#8539 <https://github.com/pytest-dev/pytest/issues/8539 >`_: Fixed assertion rewriting on Python 3.10.
38+
39+
3140pytest 6.2.3 (2021-04-03)
3241=========================
3342
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Install ``pytest``
2828.. code-block :: bash
2929
3030 $ pytest --version
31- pytest 6.2.3
31+ pytest 6.2.4
3232
3333 .. _`simpletest` :
3434
You can’t perform that action at this time.
0 commit comments