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
+28
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.
0 commit comments