Skip to content

Commit 3d0f3ba

Browse files
committed
Preparing release version 5.4.1
1 parent b9e2cd0 commit 3d0f3ba

File tree

5 files changed

+37
-8
lines changed

5 files changed

+37
-8
lines changed

changelog/6909.bugfix.rst

-3
This file was deleted.

changelog/6910.bugfix.rst

-1
This file was deleted.

doc/en/announce/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-5.4.1
910
release-5.4.0
1011
release-5.3.5
1112
release-5.3.4

doc/en/announce/release-5.4.1.rst

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pytest-5.4.1
2+
=======================================
3+
4+
pytest 5.4.1 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+
* Bruno Oliveira
15+
16+
17+
Happy testing,
18+
The pytest Development Team

doc/en/changelog.rst

+18-4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ with advance notice in the **Deprecations** section of releases.
2828

2929
.. towncrier release notes start
3030
31+
pytest 5.4.1 (2020-03-13)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#6909 <https://github.com/pytest-dev/pytest/issues/6909>`_: Revert the change introduced by `#6330 <https://github.com/pytest-dev/pytest/pull/6330>`_, which required all arguments to ``@pytest.mark.parametrize`` to be explicitly defined in the function signature.
38+
39+
The intention of the original change was to remove what was expected to be an unintended/surprising behavior, but it turns out many people relied on it, so the restriction has been reverted.
40+
41+
42+
- `#6910 <https://github.com/pytest-dev/pytest/issues/6910>`_: Fix crash when plugins return an unknown stats while using the ``--reportlog`` option.
43+
44+
3145
pytest 5.4.0 (2020-03-12)
3246
=========================
3347

@@ -63,10 +77,10 @@ Breaking Changes
6377
Deprecations
6478
------------
6579

66-
- `#3238 <https://github.com/pytest-dev/pytest/issues/3238>`_: Option ``--no-print-logs`` is deprecated and meant to be removed in a future release. If you use ``--no-print-logs``, please try out ``--show-capture`` and
67-
provide feedback.
68-
69-
``--show-capture`` command-line option was added in ``pytest 3.5.0`` and allows to specify how to
80+
- `#3238 <https://github.com/pytest-dev/pytest/issues/3238>`_: Option ``--no-print-logs`` is deprecated and meant to be removed in a future release. If you use ``--no-print-logs``, please try out ``--show-capture`` and
81+
provide feedback.
82+
83+
``--show-capture`` command-line option was added in ``pytest 3.5.0`` and allows to specify how to
7084
display captured output when tests fail: ``no``, ``stdout``, ``stderr``, ``log`` or ``all`` (the default).
7185

7286

0 commit comments

Comments
 (0)