Skip to content

Commit b8e65d0

Browse files
committed
Preparing release version 4.6.3
1 parent f37ea71 commit b8e65d0

File tree

6 files changed

+38
-4
lines changed

6 files changed

+38
-4
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ with advance notice in the **Deprecations** section of releases.
1818
1919
.. towncrier release notes start
2020
21+
pytest 4.6.3 (2019-06-11)
22+
=========================
23+
24+
Bug Fixes
25+
---------
26+
27+
- `#5383 <https://github.com/pytest-dev/pytest/issues/5383>`_: ``-q`` has again an impact on the style of the collected items
28+
(``--collect-only``) when ``--log-cli-level`` is used.
29+
30+
31+
- `#5389 <https://github.com/pytest-dev/pytest/issues/5389>`_: Fix regressions of `#5063 <https://github.com/pytest-dev/pytest/pull/5063>`__ for ``importlib_metadata.PathDistribution`` which have their ``files`` attribute being ``None``.
32+
33+
34+
- `#5390 <https://github.com/pytest-dev/pytest/issues/5390>`_: Fix regression where the ``obj`` attribute of ``TestCase`` items was no longer bound to methods.
35+
36+
2137
pytest 4.6.2 (2019-06-03)
2238
=========================
2339

changelog/5383.bugfix.rst

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

changelog/5389.bugfix.rst

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

changelog/5390.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.3
910
release-4.6.2
1011
release-4.6.1
1112
release-4.6.0

doc/en/announce/release-4.6.3.rst

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

0 commit comments

Comments
 (0)