Skip to content

Commit 389e302

Browse files
authored
Merge pull request #7744 from bluetech/cherry-pick-release
Merge pull request #7720 from pytest-dev/release-6.0.2
2 parents 78ed3e4 + e0dd211 commit 389e302

File tree

8 files changed

+40
-6
lines changed

8 files changed

+40
-6
lines changed

changelog/7148.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7672.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/7686.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/7707.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-6.0.2
910
release-6.0.1
1011
release-6.0.0
1112
release-6.0.0rc1

doc/en/announce/release-6.0.2.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
pytest-6.0.2
2+
=======================================
3+
4+
pytest 6.0.2 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+
* Bruno Oliveira
15+
* Ran Benita
16+
17+
18+
Happy testing,
19+
The pytest Development Team

doc/en/changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,25 @@ with advance notice in the **Deprecations** section of releases.
2828

2929
.. towncrier release notes start
3030
31+
pytest 6.0.2 (2020-09-04)
32+
=========================
33+
34+
Bug Fixes
35+
---------
36+
37+
- `#7148 <https://github.com/pytest-dev/pytest/issues/7148>`_: Fixed ``--log-cli`` potentially causing unrelated ``print`` output to be swallowed.
38+
39+
40+
- `#7672 <https://github.com/pytest-dev/pytest/issues/7672>`_: Fixed log-capturing level restored incorrectly if ``caplog.set_level`` is called more than once.
41+
42+
43+
- `#7686 <https://github.com/pytest-dev/pytest/issues/7686>`_: Fixed `NotSetType.token` being used as the parameter ID when the parametrization list is empty.
44+
Regressed in pytest 6.0.0.
45+
46+
47+
- `#7707 <https://github.com/pytest-dev/pytest/issues/7707>`_: Fix internal error when handling some exceptions that contain multiple lines or the style uses multiple lines (``--tb=line`` for example).
48+
49+
3150
pytest 6.0.1 (2020-07-30)
3251
=========================
3352

doc/en/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Install ``pytest``
2828
.. code-block:: bash
2929
3030
$ pytest --version
31-
pytest 6.0.1
31+
pytest 6.0.2
3232
3333
.. _`simpletest`:
3434

0 commit comments

Comments
 (0)