File tree Expand file tree Collapse file tree 4 files changed +31
-1
lines changed Expand file tree Collapse file tree 4 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ with advance notice in the **Deprecations** section of releases.
1818
1919.. towncrier release notes start
2020
21+ pytest 4.6.9 (2020-01-04)
22+ =========================
23+
24+ Bug Fixes
25+ ---------
26+
27+ - `#6301 <https://github.com/pytest-dev/pytest/issues/6301 >`_: Fix assertion rewriting for egg-based distributions and ``editable `` installs (``pip install --editable ``).
28+
29+
2130pytest 4.6.8 (2019-12-19)
2231=========================
2332
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Release announcements
66 :maxdepth: 2
77
88
9+ release-4.6.9
910 release-4.6.8
1011 release-4.6.7
1112 release-4.6.6
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments