File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed 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-5.3.5
9
10
release-5.3.4
10
11
release-5.3.3
11
12
release-5.3.2
Original file line number Diff line number Diff line change
1
+ pytest-5.3.5
2
+ =======================================
3
+
4
+ pytest 5.3.5 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/latest/changelog.html.
11
+
12
+ Thanks to all who contributed to this release, among them:
13
+
14
+ * Daniel Hahler
15
+ * Ran Benita
16
+
17
+
18
+ Happy testing,
19
+ 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 5.3.5 (2020-01-29)
32
+ =========================
33
+
34
+ Bug Fixes
35
+ ---------
36
+
37
+ - `#6517 <https://github.com/pytest-dev/pytest/issues/6517 >`_: Fix regression in pytest 5.3.4 causing an INTERNALERROR due to a wrong assertion.
38
+
39
+
31
40
pytest 5.3.4 (2020-01-20)
32
41
=========================
33
42
You can’t perform that action at this time.
0 commit comments