Skip to content

Commit f6ed65a

Browse files
committed
Preparing release version 3.7.4
1 parent 10c1c7c commit f6ed65a

File tree

7 files changed

+40
-4
lines changed

7 files changed

+40
-4
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ with advance notice in the **Deprecations** section of releases.
1818
1919
.. towncrier release notes start
2020
21+
pytest 3.7.4 (2018-08-28)
22+
=========================
23+
24+
Bug Fixes
25+
---------
26+
27+
- `#3506 <https://github.com/pytest-dev/pytest/issues/3506>`_: Fix possible infinite recursion when writing ``.pyc`` files.
28+
29+
30+
- `#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.
31+
32+
33+
- `#3883 <https://github.com/pytest-dev/pytest/issues/3883>`_: Fix bad console output when using ``console_output_style=classic``.
34+
35+
36+
- `#3888 <https://github.com/pytest-dev/pytest/issues/3888>`_: Fix macOS specific code using ``capturemanager`` plugin in doctests.
37+
38+
2139
pytest 3.7.3 (2018-08-26)
2240
=========================
2341

changelog/3506.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/3853.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/3883.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/3888.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release announcements
66
:maxdepth: 2
77

88

9+
release-3.7.4
910
release-3.7.3
1011
release-3.7.2
1112
release-3.7.1

doc/en/announce/release-3.7.4.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
pytest-3.7.4
2+
=======================================
3+
4+
pytest 3.7.4 has just been released to PyPI.
5+
6+
This is a bug-fix release, being a drop-in replacement. To upgrade::
7+
8+
pip install --upgrade pytest
9+
10+
The full changelog is available at http://doc.pytest.org/en/latest/changelog.html.
11+
12+
Thanks to all who contributed to this release, among them:
13+
14+
* Anthony Sottile
15+
* Bruno Oliveira
16+
* Daniel Hahler
17+
* Jiri Kuncar
18+
19+
20+
Happy testing,
21+
The pytest Development Team

0 commit comments

Comments
 (0)