You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/changelog.rst
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,34 @@ with advance notice in the **Deprecations** section of releases.
28
28
29
29
.. towncrier release notes start
30
30
31
+
pytest 5.3.3 (2020-01-16)
32
+
=========================
33
+
34
+
Bug Fixes
35
+
---------
36
+
37
+
- `#2780 <https://github.com/pytest-dev/pytest/issues/2780>`_: Captured output during teardown is shown with ``-rP``.
38
+
39
+
40
+
- `#5971 <https://github.com/pytest-dev/pytest/issues/5971>`_: Fix a ``pytest-xdist`` crash when dealing with exceptions raised in subprocesses created by the
41
+
``multiprocessing`` module.
42
+
43
+
44
+
- `#6436 <https://github.com/pytest-dev/pytest/issues/6436>`_: :class:`FixtureDef <_pytest.fixtures.FixtureDef>` objects now properly register their finalizers with autouse and
45
+
parameterized fixtures that execute before them in the fixture stack so they are torn
46
+
down at the right times, and in the right order.
47
+
48
+
49
+
- `#6532 <https://github.com/pytest-dev/pytest/issues/6532>`_: Fix parsing of outcomes containing multiple errors with ``testdir`` results (regression in 5.3.0).
50
+
51
+
52
+
53
+
Trivial/Internal Changes
54
+
------------------------
55
+
56
+
- `#6350 <https://github.com/pytest-dev/pytest/issues/6350>`_: Optimized automatic renaming of test parameter IDs.
57
+
58
+
31
59
pytest 5.3.2 (2019-12-13)
32
60
=========================
33
61
@@ -4842,7 +4870,7 @@ time or change existing behaviors in order to make them less surprising/more use
4842
4870
* Updated docstrings with a more uniform style.
4843
4871
4844
4872
* Add stderr write for ``pytest.exit(msg)`` during startup. Previously the message was never shown.
4845
-
Thanks `@BeyondEvil`_ for reporting `#1210`_. Thanks to `@jgsonesen`_ and
4873
+
Thanks `@BeyondEvil`_ for reporting `#1210`_. Thanks to @jgsonesen and
4846
4874
`@tomviner`_ for the PR.
4847
4875
4848
4876
* No longer display the incorrect test deselection reason (`#1372`_).
@@ -4974,7 +5002,6 @@ time or change existing behaviors in order to make them less surprising/more use
0 commit comments