Skip to content

Commit 2301fa6

Browse files
authored
Merge pull request #5520 from asottile/release-4.6.4
Preparing release version 4.6.4
2 parents b85d98e + d3549df commit 2301fa6

File tree

7 files changed

+43
-6
lines changed

7 files changed

+43
-6
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@ with advance notice in the **Deprecations** section of releases.
1818
1919
.. towncrier release notes start
2020
21+
pytest 4.6.4 (2019-06-28)
22+
=========================
23+
24+
Bug Fixes
25+
---------
26+
27+
- `#5404 <https://github.com/pytest-dev/pytest/issues/5404>`_: Emit a warning when attempting to unwrap a broken object raises an exception,
28+
for easier debugging (`#5080 <https://github.com/pytest-dev/pytest/issues/5080>`__).
29+
30+
31+
- `#5444 <https://github.com/pytest-dev/pytest/issues/5444>`_: Fix ``--stepwise`` mode when the first file passed on the command-line fails to collect.
32+
33+
34+
- `#5482 <https://github.com/pytest-dev/pytest/issues/5482>`_: Fix bug introduced in 4.6.0 causing collection errors when passing
35+
more than 2 positional arguments to ``pytest.mark.parametrize``.
36+
37+
38+
- `#5505 <https://github.com/pytest-dev/pytest/issues/5505>`_: Fix crash when discovery fails while using ``-p no:terminal``.
39+
40+
2141
pytest 4.6.3 (2019-06-11)
2242
=========================
2343

changelog/5404.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/5444.bugfix.rst

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

changelog/5482.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/5505.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-4.6.4
910
release-4.6.3
1011
release-4.6.2
1112
release-4.6.1

doc/en/announce/release-4.6.4.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
pytest-4.6.4
2+
=======================================
3+
4+
pytest 4.6.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 https://docs.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+
* Thomas Grainger
18+
* Zac Hatfield-Dodds
19+
20+
21+
Happy testing,
22+
The pytest Development Team

0 commit comments

Comments
 (0)