Skip to content

Commit

Permalink
Merge pull request #5521 from asottile/cherry-pick-maintenance-release
Browse files Browse the repository at this point in the history
4.6.4 changelog notes
  • Loading branch information
asottile committed Jun 29, 2019
2 parents 2c6453c + 844d660 commit 4bc0415
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -203,6 +203,26 @@ Improved Documentation
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416>`_: Fix PytestUnknownMarkWarning in run/skip example.


pytest 4.6.4 (2019-06-28)
=========================

Bug Fixes
---------

- `#5404 <https://github.com/pytest-dev/pytest/issues/5404>`_: Emit a warning when attempting to unwrap a broken object raises an exception,
for easier debugging (`#5080 <https://github.com/pytest-dev/pytest/issues/5080>`__).


- `#5444 <https://github.com/pytest-dev/pytest/issues/5444>`_: Fix ``--stepwise`` mode when the first file passed on the command-line fails to collect.


- `#5482 <https://github.com/pytest-dev/pytest/issues/5482>`_: Fix bug introduced in 4.6.0 causing collection errors when passing
more than 2 positional arguments to ``pytest.mark.parametrize``.


- `#5505 <https://github.com/pytest-dev/pytest/issues/5505>`_: Fix crash when discovery fails while using ``-p no:terminal``.


pytest 4.6.3 (2019-06-11)
=========================

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


release-5.0.0
release-4.6.4
release-4.6.3
release-4.6.2
release-4.6.1
Expand Down
22 changes: 22 additions & 0 deletions doc/en/announce/release-4.6.4.rst
@@ -0,0 +1,22 @@
pytest-4.6.4
=======================================

pytest 4.6.4 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:

* Anthony Sottile
* Bruno Oliveira
* Daniel Hahler
* Thomas Grainger
* Zac Hatfield-Dodds


Happy testing,
The pytest Development Team

0 comments on commit 4bc0415

Please sign in to comment.