Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing release version 3.7.4 #3904

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start

pytest 3.7.4 (2018-08-28)
=========================

Bug Fixes
---------

- `#3506 <https://github.com/pytest-dev/pytest/issues/3506>`_: Fix possible infinite recursion when writing ``.pyc`` files.


- `#3853 <https://github.com/pytest-dev/pytest/issues/3853>`_: Cache plugin now obeys the ``-q`` flag when ``--last-failed`` and ``--failed-first`` flags are used.


- `#3883 <https://github.com/pytest-dev/pytest/issues/3883>`_: Fix bad console output when using ``console_output_style=classic``.


- `#3888 <https://github.com/pytest-dev/pytest/issues/3888>`_: Fix macOS specific code using ``capturemanager`` plugin in doctests.


pytest 3.7.3 (2018-08-26)
=========================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3888.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-3.7.4
release-3.7.3
release-3.7.2
release-3.7.1
Expand Down
21 changes: 21 additions & 0 deletions doc/en/announce/release-3.7.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pytest-3.7.4
=======================================

pytest 3.7.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 http://doc.pytest.org/en/latest/changelog.html.

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

* Anthony Sottile
* Bruno Oliveira
* Daniel Hahler
* Jiri Kuncar


Happy testing,
The pytest Development Team