Skip to content

Commit 7c80335

Browse files
authored
Merge pull request #6391 from asottile/release-4.6.9 (#6403)
Merge pull request #6391 from asottile/release-4.6.9
2 parents 61061d2 + 75f964c commit 7c80335

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

doc/en/announce/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Release announcements
2020
release-5.1.0
2121
release-5.0.1
2222
release-5.0.0
23+
release-4.6.9
2324
release-4.6.8
2425
release-4.6.7
2526
release-4.6.6

doc/en/announce/release-4.6.9.rst

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

doc/en/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,15 @@ Improved Documentation
815815
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416>`_: Fix PytestUnknownMarkWarning in run/skip example.
816816

817817

818+
pytest 4.6.9 (2020-01-04)
819+
=========================
820+
821+
Bug Fixes
822+
---------
823+
824+
- `#6301 <https://github.com/pytest-dev/pytest/issues/6301>`_: Fix assertion rewriting for egg-based distributions and ``editable`` installs (``pip install --editable``).
825+
826+
818827
pytest 4.6.8 (2019-12-19)
819828
=========================
820829

0 commit comments

Comments
 (0)