Skip to content

Commit 4bc0415

Browse files
authored
Merge pull request #5521 from asottile/cherry-pick-maintenance-release
4.6.4 changelog notes
2 parents 2c6453c + 844d660 commit 4bc0415

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,26 @@ Improved Documentation
203203
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416>`_: Fix PytestUnknownMarkWarning in run/skip example.
204204

205205

206+
pytest 4.6.4 (2019-06-28)
207+
=========================
208+
209+
Bug Fixes
210+
---------
211+
212+
- `#5404 <https://github.com/pytest-dev/pytest/issues/5404>`_: Emit a warning when attempting to unwrap a broken object raises an exception,
213+
for easier debugging (`#5080 <https://github.com/pytest-dev/pytest/issues/5080>`__).
214+
215+
216+
- `#5444 <https://github.com/pytest-dev/pytest/issues/5444>`_: Fix ``--stepwise`` mode when the first file passed on the command-line fails to collect.
217+
218+
219+
- `#5482 <https://github.com/pytest-dev/pytest/issues/5482>`_: Fix bug introduced in 4.6.0 causing collection errors when passing
220+
more than 2 positional arguments to ``pytest.mark.parametrize``.
221+
222+
223+
- `#5505 <https://github.com/pytest-dev/pytest/issues/5505>`_: Fix crash when discovery fails while using ``-p no:terminal``.
224+
225+
206226
pytest 4.6.3 (2019-06-11)
207227
=========================
208228

doc/en/announce/index.rst

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

88

99
release-5.0.0
10+
release-4.6.4
1011
release-4.6.3
1112
release-4.6.2
1213
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)