Skip to content

Commit

Permalink
Release version 4.4.2 (#5230)
Browse files Browse the repository at this point in the history
Release version 4.4.2
  • Loading branch information
nicoddemus committed May 8, 2019
2 parents 972410f + 3ac4331 commit 0b47e51
Show file tree
Hide file tree
Showing 11 changed files with 119 additions and 59 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -18,6 +18,39 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
pytest 4.4.2 (2019-05-08)
=========================

Bug Fixes
---------

- `#5089 <https://github.com/pytest-dev/pytest/issues/5089>`_: Fix crash caused by error in ``__repr__`` function with both ``showlocals`` and verbose output enabled.


- `#5139 <https://github.com/pytest-dev/pytest/issues/5139>`_: Eliminate core dependency on 'terminal' plugin.


- `#5229 <https://github.com/pytest-dev/pytest/issues/5229>`_: Require ``pluggy>=0.11.0`` which reverts a dependency to ``importlib-metadata`` added in ``0.10.0``.
The ``importlib-metadata`` package cannot be imported when installed as an egg and causes issues when relying on ``setup.py`` to install test dependencies.



Improved Documentation
----------------------

- `#5171 <https://github.com/pytest-dev/pytest/issues/5171>`_: Doc: ``pytest_ignore_collect``, ``pytest_collect_directory``, ``pytest_collect_file`` and ``pytest_pycollect_makemodule`` hooks's 'path' parameter documented type is now ``py.path.local``


- `#5188 <https://github.com/pytest-dev/pytest/issues/5188>`_: Improve help for ``--runxfail`` flag.



Trivial/Internal Changes
------------------------

- `#5182 <https://github.com/pytest-dev/pytest/issues/5182>`_: Removed internal and unused ``_pytest.deprecated.MARK_INFO_ATTRIBUTE``.


pytest 4.4.1 (2019-04-15)
=========================

Expand Down
1 change: 0 additions & 1 deletion changelog/5089.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5171.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5182.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5188.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/5229.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-4.4.2
release-4.4.1
release-4.4.0
release-4.3.1
Expand Down
33 changes: 33 additions & 0 deletions doc/en/announce/release-4.4.2.rst
@@ -0,0 +1,33 @@
pytest-4.4.2
=======================================

pytest 4.4.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/latest/changelog.html.

Thanks to all who contributed to this release, among them:

* Allan Lewis
* Anthony Sottile
* Bruno Oliveira
* DamianSkrzypczak
* Daniel Hahler
* Don Kirkby
* Douglas Thor
* Hugo
* Ilya Konstantinov
* Jon Dufresne
* Matt Cooper
* Nikolay Kondratyev
* Ondřej Súkup
* Peter Schutt
* Romain Chossart
* Sitaktif


Happy testing,
The pytest Development Team

0 comments on commit 0b47e51

Please sign in to comment.