Skip to content

Commit

Permalink
Preparing release version 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jun 2, 2019
1 parent 8208a37 commit abb853f
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
pytest 4.6.1 (2019-06-02)
=========================

Bug Fixes
---------

- `#5354 <https://github.com/pytest-dev/pytest/issues/5354>`_: Fix ``pytest.mark.parametrize`` when the argvalues is an iterator.


- `#5358 <https://github.com/pytest-dev/pytest/issues/5358>`_: Fix assertion rewriting of ``all()`` calls to deal with non-generators.


pytest 4.6.0 (2019-05-31)
=========================

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

This file was deleted.

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

This file was deleted.

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


release-4.6.1
release-4.6.0
release-4.5.0
release-4.4.2
Expand Down
19 changes: 19 additions & 0 deletions doc/en/announce/release-4.6.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pytest-4.6.1
=======================================

pytest 4.6.1 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


Happy testing,
The pytest Development Team
2 changes: 1 addition & 1 deletion doc/en/example/simple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ Now we can profile which test functions execute the slowest:
========================= slowest 3 test durations =========================
0.30s call test_some_are_slow.py::test_funcslow2
0.20s call test_some_are_slow.py::test_funcslow1
0.21s call test_some_are_slow.py::test_funcslow1
0.10s call test_some_are_slow.py::test_funcfast
========================= 3 passed in 0.12 seconds =========================
Expand Down

0 comments on commit abb853f

Please sign in to comment.