Skip to content

Commit 68c486a

Browse files
authored
Add CHANGELOG for 4.6.5 (#5696) (#5699)
Add CHANGELOG for 4.6.5 (#5696)
2 parents bf3aa72 + f43b54a commit 68c486a

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,27 @@ Improved Documentation
243243
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416>`_: Fix PytestUnknownMarkWarning in run/skip example.
244244

245245

246+
pytest 4.6.5 (2019-08-05)
247+
=========================
248+
249+
Bug Fixes
250+
---------
251+
252+
- `#4344 <https://github.com/pytest-dev/pytest/issues/4344>`_: Fix RuntimeError/StopIteration when trying to collect package with "__init__.py" only.
253+
254+
255+
- `#5478 <https://github.com/pytest-dev/pytest/issues/5478>`_: Fix encode error when using unicode strings in exceptions with ``pytest.raises``.
256+
257+
258+
- `#5524 <https://github.com/pytest-dev/pytest/issues/5524>`_: Fix issue where ``tmp_path`` and ``tmpdir`` would not remove directories containing files marked as read-only,
259+
which could lead to pytest crashing when executed a second time with the ``--basetemp`` option.
260+
261+
262+
- `#5547 <https://github.com/pytest-dev/pytest/issues/5547>`_: ``--step-wise`` now handles ``xfail(strict=True)`` markers properly.
263+
264+
265+
- `#5650 <https://github.com/pytest-dev/pytest/issues/5650>`_: Improved output when parsing an ini configuration file fails.
266+
246267
pytest 4.6.4 (2019-06-28)
247268
=========================
248269

doc/en/announce/index.rst

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

99
release-5.0.1
1010
release-5.0.0
11+
release-4.6.5
1112
release-4.6.4
1213
release-4.6.3
1314
release-4.6.2

doc/en/announce/release-4.6.5.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
pytest-4.6.5
2+
=======================================
3+
4+
pytest 4.6.5 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+
19+
20+
Happy testing,
21+
The pytest Development Team

0 commit comments

Comments
 (0)