File tree 5 files changed +33
-2
lines changed
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
6
6
:maxdepth: 2
7
7
8
8
9
+ release-6.2.4
9
10
release-6.2.3
10
11
release-6.2.2
11
12
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.
28
28
29
29
.. towncrier release notes start
30
30
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
+
31
40
pytest 6.2.3 (2021-04-03)
32
41
=========================
33
42
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Install ``pytest``
28
28
.. code-block :: bash
29
29
30
30
$ pytest --version
31
- pytest 6.2.3
31
+ pytest 6.2.4
32
32
33
33
.. _`simpletest` :
34
34
You can’t perform that action at this time.
0 commit comments