Skip to content

Commit

Permalink
Merge pull request #8277 from nicoddemus/cherry-pick-release
Browse files Browse the repository at this point in the history
Merge pull request #8275 from pytest-dev/release-6.2.2
  • Loading branch information
nicoddemus committed Jan 25, 2021
2 parents fff9f28 + 2a89028 commit f3efc4e
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 5 deletions.
1 change: 0 additions & 1 deletion changelog/8152.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/8249.bugfix.rst

This file was deleted.

1 change: 1 addition & 0 deletions doc/en/announce/index.rst
Expand Up @@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2


release-6.2.2
release-6.2.1
release-6.2.0
release-6.1.2
Expand Down
21 changes: 21 additions & 0 deletions doc/en/announce/release-6.2.2.rst
@@ -0,0 +1,21 @@
pytest-6.2.2
=======================================

pytest 6.2.2 has just been released to PyPI.

This is a bug-fix release, being a drop-in replacement. To upgrade::

pip install --upgrade pytest

The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.

Thanks to all of the contributors to this release:

* Adam Johnson
* Bruno Oliveira
* Chris NeJame
* Ran Benita


Happy testing,
The pytest Development Team
12 changes: 12 additions & 0 deletions doc/en/changelog.rst
Expand Up @@ -28,6 +28,18 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start
pytest 6.2.2 (2021-01-25)
=========================

Bug Fixes
---------

- `#8152 <https://github.com/pytest-dev/pytest/issues/8152>`_: Fixed "(<Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.


- `#8249 <https://github.com/pytest-dev/pytest/issues/8249>`_: Fix the ``faulthandler`` plugin for occasions when running with ``twisted.logger`` and using ``pytest --capture=no``.


pytest 6.2.1 (2020-12-15)
=========================

Expand Down
4 changes: 2 additions & 2 deletions doc/en/example/parametrize.rst
Expand Up @@ -637,13 +637,13 @@ Then run ``pytest`` with verbose mode and with only the ``basic`` marker:
platform linux -- Python 3.x.y, pytest-6.x.y, py-1.x.y, pluggy-0.x.y -- $PYTHON_PREFIX/bin/python
cachedir: $PYTHON_PREFIX/.pytest_cache
rootdir: $REGENDOC_TMPDIR
collecting ... collected 14 items / 11 deselected / 3 selected
collecting ... collected 24 items / 21 deselected / 3 selected
test_pytest_param_example.py::test_eval[1+7-8] PASSED [ 33%]
test_pytest_param_example.py::test_eval[basic_2+4] PASSED [ 66%]
test_pytest_param_example.py::test_eval[basic_6*9] XFAIL [100%]
=============== 2 passed, 11 deselected, 1 xfailed in 0.12s ================
=============== 2 passed, 21 deselected, 1 xfailed in 0.12s ================
As the result:

Expand Down
2 changes: 1 addition & 1 deletion doc/en/getting-started.rst
Expand Up @@ -28,7 +28,7 @@ Install ``pytest``
.. code-block:: bash
$ pytest --version
pytest 6.2.1
pytest 6.2.2
.. _`simpletest`:

Expand Down

0 comments on commit f3efc4e

Please sign in to comment.